Bouncing Balls with props
Loading preview...
import { BouncingBalls } from "@/components/ui/bouncing-balls"; export default function DemoOne() { return <BouncingBalls />; }