Confetti Button
FeedbackButton that triggers confetti
confetticelebrationbutton
Installation
$
Usage
tsx
import { ConfettiButton } from "@/components/nonaxial/confetti-button"
export default function Example() {
return (
<ConfettiButton>{/* Your content here */}</ConfettiButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | โ |
| className | string | โ |