Particles
Floating particles effect with glowing variant.
Preview
Floating Particles
Installation
bash
npx auralix-ui add particlesUsage
Particles Background
tsx
import { Particles, GlowingParticles } from "@/components/ui/Particles";
<div className="relative h-64">
<Particles quantity={30} />
</div>Props
| Name | Type | Default | Description |
|---|---|---|---|
quantity | number | 50 | Number of particles. |
color | string | "#007AFF" | Particle color. |
On this page