Interactivity

Cursor

Utilities for changes the cursor when hovering over an element.


Variant

Active Checked Child-Selection Dark Mode Disabled Expand First-Last-Selection First-Letter Focus Focus-Visible Focus-Within Fullscreen Group-Focus Group-Hover Hover Landscape Light Mode Portrait Reduce-Motion Responsive Selection-Hover Visited

API

classcss
cursor-autocursor: auto
Point Me
cursor-defaultcursor: default
Point Me
cursor-nonecursor: none
Point Me
cursor-context-menucursor: context-menu
Point Me
cursor-helpcursor: help
Point Me
cursor-pointercursor: pointer
Point Me
cursor-progresscursor: progress
Point Me
cursor-waitcursor: wait
Point Me
cursor-cellcursor: cell
Point Me
cursor-crosshaircursor: crosshair
Point Me
cursor-textcursor: text
Point Me
cursor-vertical-textcursor: vertical-text
Point Me
cursor-aliascursor: alias
Point Me
cursor-copycursor: copy
Point Me
cursor-movecursor: move
Point Me
cursor-no-dropcursor: no-drop
Point Me
cursor-not-allowedcursor: not-allowed
Point Me
cursor-all-scrollcursor: all-scroll
Point Me
cursor-col-resizecursor: col-resize
Point Me
cursor-row-resizecursor: row-resize
Point Me
cursor-n-resizecursor: n-resize
Point Me
cursor-e-resizecursor: e-resize
Point Me
cursor-s-resizecursor: s-resize
Point Me
cursor-w-resizecursor: w-resize
Point Me
cursor-ns-resizecursor: ns-resize
Point Me
cursor-ew-resizecursor: ew-resize
Point Me
cursor-ne-resizecursor: ne-resize
Point Me
cursor-nw-resizecursor: nw-resize
Point Me
cursor-se-resizecursor: se-resize
Point Me
cursor-sw-resizecursor: sw-resize
Point Me
cursor-nesw-resizecursor: nesw-resize
Point Me
cursor-nwse-resizecursor: nwse-resize
Point Me

Usage

<div class="cursor-pointer">
...
</div>
HTML
.dummy {
@extend
.cursor-pointer;
}
SCSS