Cursors
Utilities to control the cursors of the elements
Class | Properties |
---|---|
cursor-pointer | cursor: pointer |
cursor-auto | cursor: auto |
cursor-default | cursor: default |
cursor-none | cursor: none |
cursor-wait | cursor: wait |
cursor-text | cursor: text |
cursor-move | cursor: move |
cursor-help | cursor: help |
cursor-not-allowed | cursor: not-allowed |
cursor-grab | cursor: grab |
cursor-grabbing | cursor: grabbing |
cursor-all-scroll | cursor: all-scroll |
cursor-col-resize | cursor: col-resize |
cursor-row-resize | cursor: row-resize |
cursor-n-resize | cursor: n-resize |
cursor-e-resize | cursor: e-resize |
cursor-s-resize | cursor: s-resize |
cursor-w-resize | cursor: w-resize |
cursor-ne-resize | cursor: ne-resize |
cursor-nw-resize | cursor: nw-resize |
cursor-se-resize | cursor: se-resize |
cursor-sw-resize | cursor: sw-resize |
cursor-ew-resize | cursor: ew-resize |
cursor-ns-resize | cursor: ns-resize |
cursor-nesw-resize | cursor: nesw-resize |
cursor-nwse-resize | cursor: nwse-resize |
cursor-zoom-in | cursor: zoom-in |
cursor-zoom-out | cursor: zoom-out |
cursor-pointer-events-none | pointer-events: none |
cursor-pointer-events-auto | pointer-events: auto; |