Components
Block Grid Loader – Reflective Animation Minimal loader animation using stacked green squares with a smooth gradient reflection effect. Perfect for modern dashboards, portfolio sites, or data-driven apps to provide a clean and futuristic loading experience.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-4Loading preview...
import Loader from "@/components/ui/loader-4";
export default function DemoOne() {
return <Loader />;
}