JJabKit
Theme preference

CursorGrid

1.0.0

Marketing canvas lattice that lights cells around the cursor with configurable falloff and click pulses, honoring prefers-reduced-motion.

npx jabkit add cursor-grid

Component Data

ID
cursor-grid
Category
marketing
Version
1.0.0
Added
2026-09-06
Type
block
Keyboard nav
No
Reduced motion
Yes
marketinganimationcanvascursorgridherointeractive

Dependencies

  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <CursorGrid {...cursorGridMocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <CursorGrid {...cursorGridMocks.alternate} />
    </div>