This is number flip counter and digital clock
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/number-flip-counter
Loading preview...
import { Component } from "@/components/ui/number-flip-counter"; export default function DemoOne() { return <Component />; }