Loading preview...
Countdown Timer
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/countdown-timer
import TimerBasic from "@/components/ui/countdown-timer"; export default function DemoOne() { return <TimerBasic />; }