Let items stack without collision.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/allow-overlap-example.json
npx shadcn@latest add https://dnd-grid.com/r/allow-overlap-example.json
Copyimport { AllowOverlapExample } from "@/components/dnd-grid-allow-overlap-example"; export default function Page() { return <AllowOverlapExample />; }
import { AllowOverlapExample } from "@/components/dnd-grid-allow-overlap-example"; export default function Page() { return <AllowOverlapExample />; }
On This Page