Resizable
Accessible resizable panel groups and layouts with keyboard support.
About
The Resizable component is built on top of react-resizable-panels by bvaughn.
Installation
Usage
<Resizable orientation=Horizontal>
<Resizable.Panel> {"One"->React.string} </Resizable.Panel>
<Resizable.Handle />
<Resizable.Panel> {"Two"->React.string} </Resizable.Panel>
</Resizable>Examples
Vertical
Use orientation="vertical" for vertical resizing.
Handle
Use the withHandle prop on ResizableHandle to show a visible handle.
API Reference
See the react-resizable-panels documentation.