Cursor Utility
# Intro
The cursor utility controls the cursor of an element.
Class | Properties |
---|---|
--cursor-auto | cursor: auto; |
--cursor-default | cursor: default; |
--cursor-pointer | cursor: pointer; |
--cursor-wait | cursor: wait; |
--cursor-text | cursor: text; |
--cursor-move | cursor: move; |
--cursor-not-allowed | cursor: not-allowed; |