Components
Loading preview...
Minimal center-aligned loader with rotating multi-colored spheres inside a rounded black capsule, mimicking Figma’s brand aesthetic. Ideal for design-related product splash screens or loading states.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-animationimport Loader from "@/components/ui/loader-animation";
export default function DemoOne() {
return <Loader />;
}