Interactive Grid with props
npx shadcn@latest add https://21st.dev/r/designali-in/interactive-grid
Loading preview...
import { InteractiveGrid } from "@/components/ui/interactive-grid"; export default function DemoOne() { return <InteractiveGrid />; }