Components
Loading preview...
sleek, minimal loader animation where three separate balls move independently at first, then merge into one and spin together — symbolizing alignment, synergy, or a process coming together.
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3-dots-loaderimport { Component } from "@/components/ui/3-dots-loader";
export default function DemoOne() {
return <Component />;
}