Resizable
Resizable panel groups for building flexible layouts.
Usage
tsx
import { Resizable } from "@/components/ui/resizable";
<Resizable orientation="horizontal" withHandle>...</Resizable>Resizable Controls
orientation
withHandle
Examples
Two Panels
Left
Right
Three Panels
Sidebar
Content
Panel
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/resizable