Interactive Grid with props
Loading preview...
import { InteractiveGrid } from "@/components/ui/interactive-grid"; export default function DemoOne() { return <InteractiveGrid />; }