Cursor
Utilities for controlling the cursor style when hovering over an element
Class reference
Auto
Use .cursor-auto
to allow the browser to change the cursor based on the current content (e.g. automatically change to text
cursor when hovering over text).
Default
Use .cursor-default
to change the mouse cursor to always use the platform-dependent default cursor (usually an arrow).
Pointer
Use .cursor-pointer
to change the mouse cursor to indicate an interactive element (usually a pointing hand).
Wait
Use .cursor-wait
to change the mouse cursor to indicate something is happening in the background (usually an hourglass or watch).
Text
Use .cursor-text
to change the mouse cursor to indicate the text can be selected (usually an I-beam shape).
Move
Use .cursor-move
to change the mouse cursor to indicate something that can be moved.
Not Allowed
Use .cursor-not-allowed
to change the mouse cursor to indicate something can not be interacted with or clicked.
On this Page
v1.13.5