Components
Loading preview...
Bouncing Balls with props
npx shadcn@latest add https://21st.dev/r/designali-in/bouncing-ballsimport { BouncingBalls } from "@/components/ui/bouncing-balls";
export default function DemoOne() {
return <BouncingBalls />;
}