Here is Animated Number component
npx shadcn@latest add https://21st.dev/r/reuno-ui/animated-number
Loading preview...
import { Skiper37 } from "@/components/ui/animated-number"; export default function DemoOne() { return <Skiper37 />; }