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.

Allow overlap

Let items stack without collision.

View source on GitHub

Installation

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

Usage

import { AllowOverlapExample } from "@/components/dnd-grid-allow-overlap-example";

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