Skip to content
dnd-grid

Constraints

Plug in constraints and custom rules.

View source on GitHub

Installation

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

Usage

import { ConstraintsExample } from "@/components/dnd-grid-constraints-example";

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