Cursor

Utilities for controlling the cursor style when hovering over an element.

auto
default
pointer
wait
text
move
help
not-allowed
CSS
Customizing
windi.config.js
export default {
  theme: {
    cursor: {
      'auto': 'auto',
      'default': 'default',
      'pointer': 'pointer',
      'wait': 'wait',
      'text': 'text',
      'move': 'move',
      'not-allowed': 'not-allowed',
      'crosshair': 'crosshair',
      'zoom-in': 'zoom-in',
    },
  },
}
Windi CSS is Sunsetting We recommend new projects to consider alternatives. Click for more information.