Back to Registry

Confetti Button

feedback

Button 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.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then 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