Move items between the grid and toolbox.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/toolbox-example.json
npx shadcn@latest add https://dnd-grid.com/r/toolbox-example.json
Copyimport { ToolboxExample } from "@/components/dnd-grid-toolbox-example"; export default function Page() { return <ToolboxExample />; }
import { ToolboxExample } from "@/components/dnd-grid-toolbox-example"; export default function Page() { return <ToolboxExample />; }
On This Page