Search documentation, components, and switch theme.
Resizable panel groups with drag handles.
npx shadcn@latest add @formance/resizable
npm install react-resizable-panels lucide-react
import { ResizableHandle, ResizablePanel, ResizablePanelGroup, } from '@/components/ui/resizable'
<ResizablePanelGroup orientation="horizontal"> <ResizablePanel>One</ResizablePanel> <ResizableHandle /> <ResizablePanel>Two</ResizablePanel> </ResizablePanelGroup>