Back to interactivity Classes

cursor-move

Usage

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

Examples

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

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

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