BadtzUIBeta
Docs
Confetti button

Confetti button

A fun and interactive button that triggers a confetti explosion effect on click.

Installation

pnpm dlx shadcn@latest add to-setup

Usage

import { ConfettiButton } from "@/components/ui/confetti-button";
<ConfettiButton>Button</ConfettiButton>

Props

confetti-button props.

PropTypeDescriptionDefault
childrenReact.ReactNodeThe content inside the button.(required)
classNamestringAdditional custom classes for styling.-
anglenumberThe direction in which the confetti is fired, in degrees.90
particleCountnumberThe number of confetti particles emitted on click.75
startVelocitynumberThe initial velocity of the confetti particles.35
spreadnumberThe spread angle of the confetti explosion.70
Star ButtonShuffle Button