Particle Swarm
▦ CardsCard with animated canvas particle dot swarm effect.
cardparticlescanvasanimation
No preview available
Canvas2D + GSAP ~ Hover to Interact
Controls
#6366f1
Card with animated canvas particle dot swarm effect.
No preview available
Canvas2D + GSAP ~ Hover to Interact
Cards / React Component
Card with animated canvas particle dot swarm effect.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/particle-swarm.json?key=YOUR_LICENSE_KEY" import ParticleSwarm from './ParticleSwarm';
export default function Example() {
return <ParticleSwarm accentColor="#8b5cf6" maxWidth={320} maxHeight={420} />;
}