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