Components
Loading preview...
Animated Loader A smooth, eye-catching loader with circular motion. Designed to keep users engaged while content loads. Perfect for modern apps, dashboards, and websites where subtle but stylish feedback matters.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-11import Loader from "@/components/ui/loader-11";
export default function DemoOne() {
return <Loader />;
}