Utilities - Cursor
Cursor
Utilities for controlling the cursor style when hovering over an element.
| Class |
Properties |
cursor-auto |
cursor: auto; |
cursor-default |
cursor: default; |
cursor-pointer clickable |
cursor: pointer; |
cursor-wait |
cursor: wait; |
cursor-text |
cursor: text; |
cursor-move |
cursor: move; |
cursor-not-allowed |
cursor: not-allowed; |
cursor-grab |
cursor: grab; |
cursor-grabbing |
cursor: grabbing; |
cursor-zoom-in |
cursor: zoom-in; |
cursor-zoom-out |
cursor: zoom-out; |