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