Back to interactivity Classes

cursor-text

Usage

<div class="cursor-text">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the cursor-text class:

<!-- Basic usage -->
<div class="cursor-text">
  Content
</div>

<!-- With other classes -->
<div class="cursor-text p-4 bg-white">
  Content with padding and background
</div>