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.
Grid items
Working with grid items.
Basic items
Each child of DndGrid is a grid item. The child's key must match the layout id.
<DndGrid layout={layout}>
<div key="a">Content A</div>
<div key="b">Content B</div>
<div key="c">Content C</div>
</Published with Edda