Particles

Floating particle system with configurable density and movement.

backgroundparticlesanimated

Installation

Terminalbash
npx motioncraft add particles

Usage

particles.tsxtsx
import { Particles } from "@/components/backgrounds/particles";

<Particles className="h-screen" />

Props

PropTypeDefaultDescription
classNamestringAdditional CSS classes

Related Components