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

PropTypeDefaultDescription
colorstring"#8b5cf6"Color of the particles
particleCountnumber12Number of particles to emit