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