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