Resizable
Resizable panels are a container surface. Keep dividers quiet, and let your content own the hierarchy.
Basic Usage
Handle Recipes
The divider should stay subtle. You can hide it entirely and render a custom handle for cleaner compositions.
Subtle divider
Handle only
Custom handle
API Reference
Resizable is built on react-resizable-panels. Treat the panel group as the container, and keep panel contents flat.
Components
ComponentNotes
ResizablePanelGroupPass direction and style the container via className.ResizablePanelUse defaultSize / minSize to define layout constraints.ResizableHandleUse withHandle for the default grip, or provide custom children for bespoke handles.