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