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.
Constraints
Plug in constraints and custom rules.
npx shadcn@latest add https://blode.co/dnd-grid/r/constraints-example.jsonimport { ConstraintsExample } from "@/components/dnd-grid-constraints-example";
export default function Page() {
return <ConstraintsExample />;
}