Items can be resized from all eight directions.
View source on GitHub
Copynpx shadcn@latest add https://dnd-grid.com/r/resizable-handles-example.json
npx shadcn@latest add https://dnd-grid.com/r/resizable-handles-example.json
Copyimport { ResizableHandlesExample } from "@/components/dnd-grid-resizable-handles-example"; export default function Page() { return <ResizableHandlesExample />; }
import { ResizableHandlesExample } from "@/components/dnd-grid-resizable-handles-example"; export default function Page() { return <ResizableHandlesExample />; }
On This Page