Components
Loading preview...
A visually engaging counter animation component using CSS grid and keyframe animations.
npx shadcn@latest add https://21st.dev/r/mdafsarx/counter-loaderimport CounterLoading from "@/components/ui/counter-loader";
export default function DemoOne() {
return <CounterLoading />;
}