Skip to content
dnd-grid

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 />;
}