Components
Loading preview...
An animated loading indicator featuring three bouncing dots with customizable colors and spacing.
@molecule-ui
npx shadcn@latest add https://21st.dev/r/molecule-lab-rushil/bouncing-dotsimport { BouncingDots } from "@/components/ui/bouncing-dots";
export default function DemoOne() {
return <BouncingDots />
}