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