Skip to content

Interactivity

Caret Color ​

Utilities for controlling the color of the text input cursor.

Note

If you are using the Warp input components (and you probably should use them for theming purposes) caret is already set as default.

Quick reference ​

ClassDescription
caretUnsupported
caret-currentcaret-color: currentColor
caret-inheritcaret-color: inherit
caret-transparentcaret-color: transparent

Basic usage ​

Setting the caret color ​

Use the caret-{color} utilities to change the color of the text input cursor.

html
<textarea class="caret-current ..."></textarea>