Lock item resizing to a ratio.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/aspect-ratio-constraints-example.json
npx shadcn@latest add https://dnd-grid.com/r/aspect-ratio-constraints-example.json
Copyimport { AspectRatioConstraintsExample } from "@/components/dnd-grid-aspect-ratio-constraints-example"; export default function Page() { return <AspectRatioConstraintsExample />; }
import { AspectRatioConstraintsExample } from "@/components/dnd-grid-aspect-ratio-constraints-example"; export default function Page() { return <AspectRatioConstraintsExample />; }
On This Page