Components
Colorful particle burst explosion effect. Fire particles on click or any event. Configurable count, colors, distance, and size. Respects prefers-reduced-motion. Framer Motion + React.
Loading preview...
import ParticleBurst from "@/components/ui/particleburst"
export default function Demo() {
return <ParticleBurst />
}