Components
An animated loading indicator featuring three bouncing dots with customizable colors and spacing.
Loading preview...
import { BouncingDots } from "@/components/ui/bouncing-dots";
export default function DemoOne() {
return <BouncingDots />
}