Confetti animations are best used to delight your users when something special happens
6,470
Bookmarks
2,670
Installs
131,270
Views
"use client"
import { useRef } from "react"
import { Confetti, type ConfettiRef } from "@/components/ui/confetti"
export default function ConfettiDemo() {
const confettiRef = useRef<ConfettiRef>(null)17 more lines behind a plan
Previews are free to watch. Reading and copying the full source needs a plan.
See plansThat's all 6 components
Part of Magic UI — browse the full library on Nuxus.