Components
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.
npx shadcn@latest add https://21st.dev/r/theutkarshmail/3-dots-loaderLoading preview...
import { Component } from "@/components/ui/3-dots-loader";
export default function DemoOne() {
return <Component />;
}