Cursor
Set the cursor style when hovering over an element.
Limited availability
This feature does not work in some of the most widely-used browsers.
Chrome
Edge
Firefox
SafariDesktop only
c-acursor: alias;c-ascursor: all-scroll;c-autocursor: auto;c-ccursor: cell;c-chcursor: crosshair;c-cmcursor: context-menu;c-cocursor: copy;c-crcursor: col-resize;c-dcursor: default;c-ercursor: ew-resize;c-gcursor: grab;c-grcursor: grabbing;c-hcursor: help;c-mcursor: move;c-nacursor: not-allowed;c-nercursor: ne-resize;c-neswrcursor: nesw-resize;c-nonecursor: none;c-nrcursor: n-resize;c-nsrcursor: ns-resize;c-nwrcursor: nw-resize;c-nwsercursor: nwse-resize;c-pcursor: pointer;c-prcursor: progress;c-rscursor: row-resize;c-sercursor: se-resize;c-srcursor: s-resize;c-swrcursor: sw-resize;c-tcursor: text;c-vtcursor: vertical-text;c-wcursor: wait;c-wrcursor: w-resize;c-zicursor: zoom-in;c-zocursor: zoom-out;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:c-(value)Small≥640px
md:c-(value)Medium≥768px
lg:c-(value)Large≥1024px
xxl:c-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:c-(value)