Skip to content

CSS: cursor

.--cursor-pointer — コンポーザブルなグローバルクラスとしての cursor.--cursor-<value> — 単体で、または任意のコンポーネントにチェーンして使用可能(.instui-button.--cursor-pointer)。

Source: index.ts

使用法

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

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

修飾子

修飾子説明
.--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.