Skip to content

CSS: cursor

.--cursor-pointercursor birleştirilebilir, küresel bir sınıf olarak — .--cursor-<value> — tek başına kullanılabilir veya herhangi bir bileşene zincirlenebilir (.instui-button.--cursor-pointer).

Source: index.ts

Kullanım

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

Örnekler

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

Değiştiriciler

DeğiştiriciAçıklama
.--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.