GodUIGodUI
109Follow on X
Payment successful
Your order is confirmed and on its way.

Confetti

tsx
import { ConfettiButton } from "@/components/godui/confetti";export function ConfettiDemo() {return (  <ConfettiButton className="rounded-lg bg-primary px-5 py-2.5 text-sm font-semibold text-primary-foreground" options={{ particleCount: 140, spread: 90 }}>    Celebrate 🎉  </ConfettiButton>);}