Keep items within grid bounds.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/bounded-example.json
npx shadcn@latest add https://dnd-grid.com/r/bounded-example.json
Copyimport { BoundedExample } from "@/components/dnd-grid-bounded-example"; export default function Page() { return <BoundedExample />; }
import { BoundedExample } from "@/components/dnd-grid-bounded-example"; export default function Page() { return <BoundedExample />; }
On This Page