Rocket Party Popper
An interactive black rocket launch that blasts into a colorful party popper confetti shower to reveal celebratory milestones.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/rocket-party-popper
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | 'Mission Accomplished' | Primary celebration headline |
| description | string | 'All checks passed and your release is ready to deploy.' | Supporting celebration description |
| metric | string | '100% Production Ready' | Metadata badge shown on milestone card |
| triggerLabel | string | 'Launch celebration' | Label for the launch button |
| confettiCount | number | 50 | Total confetti particles spawned on blast |
| defaultLaunched | boolean | false | Initial launched/revealed state |
| onLaunch | () => void | undefined | Callback fired on launch trigger |
| onReset | () => void | undefined | Callback fired on reset |