Components
Loading preview...
An interactive particle burst effect when clicked. Generates multiple animated particles that radiate outward from the click position with customizable animations and automatic cleanup.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/click-trigger-particlesimport ClickTriggerParticles from "@/components/ui/click-trigger-particles";
export default function DemoOne() {
return <ClickTriggerParticles />;
}