Simple draggable and resizable grid.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/basic-example.json
npx shadcn@latest add https://dnd-grid.com/r/basic-example.json
Copyimport { BasicExample } from "@/components/dnd-grid-basic-example"; export default function Page() { return <BasicExample />; }
import { BasicExample } from "@/components/dnd-grid-basic-example"; export default function Page() { return <BasicExample />; }
On This Page