react-resize-panel
A very simple resizable panel as a React component.
Getting started
Install the package:
Import component:
Wrap the DIV you want to make resizable:
The direction prop specifies which edge of the panel has the resize handle and whether the panel can be resized vertically or horizontally. Accepted values are: n | s | e | w.
Custom CSS classes can be specified for the resize handle and border: