A compact animated grid loader with 9 pulsing squares that adapts to light and dark themes.
import UniqueLoading from "@/components/ui/grid-loading"; export default function DemoOne() { return <UniqueLoading variant="squares" size="lg" text="ROTATING..." />; }