AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Toolbox
Move items between the grid and toolbox.
npx shadcn@latest add https://blode.co/dnd-grid/r/toolbox-example.jsonimport { ToolboxExample } from "@/components/dnd-grid-toolbox-example";
export default function Page() {
return <ToolboxExample />;
}