Cursor

USS variables to change the cursor icon.

/* Cursor Styles */
default
pointer
wait
text
move
help
not-allowed
context-menu
cell
copy
grab
grabbing
zoom-in
zoom-out

Usage

.example {
    cursor: var(--cursor-pointer);
}

Credits: https://www.kenney.nl/

Last updated