Back to Registry
Confetti Button
feedbackButton with particle burst celebration effect on click.
Colorblue-500
Width
Shadow
Live Preview
Click to celebrate
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/confetti-button.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motion lucide-reactThen copy the source code below into your project.
Usage
import { ConfettiButton } from '@/app/components/confetti-button';Source
'use client';
export function ConfettiButton() {
// copy from registry component source
}Dependencies
framer-motionlucide-react