Static items cannot be moved or resized.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/static-elements-example.json
npx shadcn@latest add https://dnd-grid.com/r/static-elements-example.json
Copyimport { StaticElementsExample } from "@/components/dnd-grid-static-elements-example"; export default function Page() { return <StaticElementsExample />; }
import { StaticElementsExample } from "@/components/dnd-grid-static-elements-example"; export default function Page() { return <StaticElementsExample />; }
On This Page