tailwindcss-interactivity

Installation
SKILL.md

Tailwind CSS Interactivity Utilities

Comprehensive utilities for controlling user interaction behaviors and cursor styles in Tailwind CSS v4.1.

Categories

Cursor Utilities

Control the cursor appearance on elements

  • cursor-* - Standard cursors (auto, default, pointer, wait, text, move, help, not-allowed, none, etc.)
  • Support for resize cursors (col-resize, row-resize, n-resize, e-resize, s-resize, w-resize, ne-resize, nw-resize, se-resize, sw-resize, ew-resize, ns-resize, nesw-resize, nwse-resize)
  • Zoom cursors (zoom-in, zoom-out)
  • Grab cursors (grab, grabbing)
  • Special cursors (context-menu, progress, cell, crosshair, vertical-text, alias, copy, no-drop, all-scroll)

Scroll Behavior & Snap

Manage scrolling and snap behavior

  • scroll-smooth - Enable smooth scrolling
  • scroll-snap-type - Define snap container behavior (snap-none, snap-x, snap-y, snap-both)
  • scroll-snap-align - Position snap points (snap-start, snap-center, snap-end)
Related skills
Installs
27
GitHub Stars
12
First Seen
Feb 28, 2026