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.
Scale
Keep drag math correct when scaling the grid.
npx shadcn@latest add https://blode.co/dnd-grid/r/scale-example.jsonimport { ScaleExample } from "@/components/dnd-grid-scale-example";
export default function Page() {
return <ScaleExample />;
}