import { ConfettiButton } from "@/components/ui/confetti-button"
export function ConfettiButtonDemo() {
return <ConfettiButton>Button</ConfettiButton>
}
pnpm dlx shadcn@latest add https://badtz-ui.com/r/confetti-button.json
import { ConfettiButton } from "@/components/ui/confetti-button";
<ConfettiButton>Button</ConfettiButton>
ConfettiButton
props.
Prop | Type | Default |
---|---|---|
children | React.ReactNode | - |
className? | string | - |
angle? | number | 90 |
particleCount? | number | 75 |
startVelocity? | number | 35 |
spread? | number | 70 |
On This Page