Particles
Installation
npx shadcn@latest add "https://magicui.design/r/particles"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | The class name for the component | - |
| quantity | number | The number of particles | 100 |
| staticity | number | The staticity of the particles | 50 |
| ease | number | The ease of the particles | 50 |
| size | number | The size of the particles | 0.4 |
| refresh | boolean | Whether to refresh the particles | false |
| color | string | The color of the particles | #ffffff |
| vx | number | The x velocity of the particles | 0 |
| vy | number | The y velocity of the particles | 0 |