Skip to content

CSS: cursor

.--cursor-pointercursor as a composable, global class — .--cursor-<value> — usable bare or chained onto any component (.instui-button.--cursor-pointer).

Source: index.ts

Usage

css
@import "@pantoken/components/utilities.css";

Examples

html
<div class="--cursor-pointer">…</div>

Modifiers

ModifierDescription
.--cursor-autocursor: auto.
.--cursor-defaultcursor: default.
.--cursor-grabcursor: grab.
.--cursor-movecursor: move.
.--cursor-not-allowedcursor: not-allowed.
.--cursor-pointercursor: pointer.
.--cursor-textcursor: text.
.--cursor-waitcursor: wait.