A visually engaging counter animation component using CSS grid and keyframe animations.
Loading preview...
import CounterLoading from "@/components/ui/counter-loader"; export default function DemoOne() { return <CounterLoading />; }