Skip to content
dnd-grid

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.

Static items

Static items cannot be moved or resized.

View source on GitHub

Installation

npx shadcn@latest add https://dnd-grid.com/r/static-elements-example.json

Usage

import { StaticElementsExample } from "@/components/dnd-grid-static-elements-example";

export default function Page() {
  return <StaticElementsExample />;
}