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.

Aspect ratio constraints

Lock item resizing to a ratio.

View source on GitHub

Installation

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

Usage

import { AspectRatioConstraintsExample } from "@/components/dnd-grid-aspect-ratio-constraints-example";

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