Cursor
vel-src: interactivity.css
Utilities for controlling the cursor style.
| Class | Properties |
|---|---|
| vel-cursor-auto | cursor: auto |
| vel-cursor-default | cursor: default |
| vel-cursor-pointer | cursor: pointer |
| vel-cursor-wait | cursor: wait |
| vel-cursor-text | cursor: text |
| vel-cursor-move | cursor: move |
| vel-cursor-help | cursor: help |
| vel-cursor-not-allowed | cursor: not-allowed |
| vel-cursor-grab | cursor: grab |
| vel-cursor-grabbing | cursor: grabbing |
| vel-cursor-crosshair | cursor: crosshair |
| vel-cursor-zoom-in | cursor: zoom-in |
| vel-cursor-zoom-out | cursor: zoom-out |
| vel-cursor-none | cursor: none |
Examples
Pointer cursor on interactive element
Disabled state with not-allowed cursor
Grab cursor for draggable items
Drag me