Animated Dots with props
npx shadcn@latest add https://21st.dev/r/designali-in/animated-dots
Loading preview...
import { AnimatedDots } from "@/components/ui/animated-dots"; export default function DemoOne() { return <AnimatedDots />; }