Animated Dots with props
Loading preview...
import { AnimatedDots } from "@/components/ui/animated-dots"; export default function DemoOne() { return <AnimatedDots />; }