Gravity Particle Burst
A pointer-triggered canvas particle burst with velocity, gravity, friction, and short-lived physical follow-through.
Click or tap to emit gravity-driven particles.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/gravity-particle-burst
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | 'Create particle burst' | Default button label and accessible text |
| particleCount | number | 34 | Number of canvas particles emitted per burst |
| children | ReactNode | undefined | Custom button content |