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.
Multiple instances
Run several independent grids on one page.
npx shadcn@latest add https://blode.co/dnd-grid/r/multiple-instances-example.jsonimport { MultipleInstancesExample } from "@/components/dnd-grid-multiple-instances-example";
export default function Page() {
return <MultipleInstancesExample />;
}