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.
Basic example
Simple draggable and resizable grid.
npx shadcn@latest add https://blode.co/dnd-grid/r/basic-example.jsonimport { BasicExample } from "@/components/dnd-grid-basic-example";
export default function Page() {
return <BasicExample />;
}