Skip to content

CSS: cursor

.--cursor-pointercursor als een samenstelbare, globale klasse — .--cursor-<value> — bruikbaar los of gekoppeld aan elk component (.instui-button.--cursor-pointer).

Source: index.ts

Gebruik

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

Voorbeelden

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

Modifiers

ModifierBeschrijving
.--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.