Plug in constraints and custom rules.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/constraints-example.json
npx shadcn@latest add https://dnd-grid.com/r/constraints-example.json
Copyimport { ConstraintsExample } from "@/components/dnd-grid-constraints-example"; export default function Page() { return <ConstraintsExample />; }
import { ConstraintsExample } from "@/components/dnd-grid-constraints-example"; export default function Page() { return <ConstraintsExample />; }
On This Page