Docs
Resizable
Resizable
Accessible resizable panel groups and layouts with keyboard support.
About
The Resizable
component is built on top of PaneForge by Huntabyte. Visit the PaneForge documentation for all the available props and abilities of the Resizable
component.
Installation
Install paneforge
:
Copy and paste the component source files linked at the top of this page into your project.
Usage
Examples
Vertical
Use the direction
prop to set the direction of the resizable panels.
Handle
You can set or hide the handle by using the withHandle
prop on the ResizableHandle
component.
On This Page