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.

Resizable handles

Items can be resized from all eight directions.

View source on GitHub

Installation

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

Usage

import { ResizableHandlesExample } from "@/components/dnd-grid-resizable-handles-example";

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