This is timer
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/timer
Loading preview...
import { Basic } from "@/components/ui/timer"; export default function DemoOne() { return <Basic />; }