Components

Interactive components for modern interfaces.

A set of beautifully crafted React components and interactions you can customize, extend, and build on.

Ink

Pro

A GPU fluid simulation the pointer paints with coloured ink. Ambient splats keep it moving when nobody is touching it.

Installation

ProRequires a Planes Pro license.
npx shadcn add @useplanes/ink

Unlock with Planes Pro

$99 once · 80 Pro components · lifetime updates.

<div className="h-[520px] bg-black">
  <Ink
    colors={[[0.2, 0.5, 1], [0.85, 0.93, 1], [0.36, 0.22, 0.95]]}
    ambientEvery={2.6}
    dissipation={1.1}
  />
</div>

Use cases

  • Hero background

    Let visitors paint the first screen. Keep copy over a soft dark vignette.

  • 404 or empty state

    A dead end that rewards a swipe is a dead end people forgive.

  • Event or launch page

    One-screen moments where atmosphere matters more than density.