Components
Loading preview...
A compact animated grid loader with 9 pulsing squares that adapts to light and dark themes.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/grid-loadingimport UniqueLoading from "@/components/ui/grid-loading";
export default function DemoOne() {
return <UniqueLoading variant="squares" size="lg" text="ROTATING..." />;
}