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