Components
Loading preview...
Circular Dot Swirl Loader A smooth, animated loader made of rotating and fading dots arranged in a circular swirl pattern. Creates a modern and minimal loading effect. Ideal for dashboards, data-driven apps, and websites that require a clean, non-intrusive preloader.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-5import Loader from "@/components/ui/loader-5";
export default function DemoOne() {
return <Loader />;
}