For AI agents: the documentation index is 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.
How it works
Two grids on one page, each owning its own layout state and its own compaction. Nothing is shared through a global, so instances do not interfere with one another and an item dragged in one grid has no effect on the other.
This is the pattern for dashboards split into sections, or for a settings screen where each panel is independently arrangeable. If you do want items to move between grids, look at the toolbox example instead.
Installation
npx shadcn@latest add https://blode.co/dnd-grid/r/multiple-instances-example.jsonPublished with Edda