Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { Particles } from "@/components/ui/particles"<div className="relative h-[500px] w-full overflow-hidden">
<Particles />
</div>| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | The class name for the component |
quantity | number | 100 | The number of particles |
staticity | number | 50 | The staticity of the particles |
ease | number | 50 | The ease of the particles |
size | number | 0.4 | The size of the particles |
refresh | boolean | false | Whether to refresh the particles |
color | string | #ffffff | The color of the particles |
vx | number | 0 | The x velocity of the particles |
vy | number | 0 | The y velocity of the particles |