Skip to content
dnd-grid

Toolbox

Move items between the grid and toolbox.

View source on GitHub

Installation

npx shadcn@latest add https://dnd-grid.com/r/toolbox-example.json

Usage

import { ToolboxExample } from "@/components/dnd-grid-toolbox-example";

export default function Page() {
  return <ToolboxExample />;
}