ParticlesButton
A button that emits particles when clicked.
Usage
import { ParticlesButton } from '@reactomega/ui';
export default function App() {
return (
<ParticlesButton color="#8b5cf6">
Click Me
</ParticlesButton>
);
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
| color | string | "#8b5cf6" | Color of the particles |
| particleCount | number | 12 | Number of particles to emit |