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.
Static items
Static items cannot be moved or resized.
How it works
Marking a layout item static: true makes it immovable and unresizable, and other items compact around it rather than through it. The pinned cards in this example stay put no matter how the rest of the grid is rearranged.
Use it for headers, summary tiles, or anything that should hold its position while the user arranges everything else. Static items still participate in collision, so they act as fixed obstacles rather than disappearing from the layout.
Installation
npx shadcn@latest add https://blode.co/dnd-grid/r/static-elements-example.jsonPublished with Edda