Cursor Beets Exclusive
Use these classes to manipulate the cursos style while hovering an element. These are not all of the cursor properties but the ones I find most useful. This list can be changed in the future.
Hover the fields below to preview.
Crosshair
Default
Help
Initial
Move
None
Not allowed
Pointer
Progress
Text
Wait
Zoom in
Zoom out
Value | CSS property |
---|---|
cursor-crosshair | cursor: crosshair !important; |
cursor-default | cursor: default !important; |
cursor-help | cursor: help !important; |
cursor-initial | cursor: initial !important; |
cursor-move | cursor: move !important; |
cursor-none | cursor: none !important; |
cursor-not-allowed | cursor: not-allowed !important; |
cursor-pointer | cursor: pointer !important; |
cursor-progress | cursor: progress !important; |
cursor-text | cursor: text !important; |
cursor-wait | cursor: wait !important; |
cursor-zoom-in | cursor: zoom-in !important; |
cursor-zoom-out | cursor: zoom-out !important; |