A React component for resizable panel group layouts.
Features:
- Absolute & Relative Sizing: Choose between absolute pixel sizing and relative weights to describe your layout. Even mix the two per panel for more complex layouts. Supports fixed-size, dynamic (absolute pixel), and stretchy (relative weights) resizing
- Neighbor-Aware Resizing: When a panel is resized beyond it’s extents, it will begin to push or pull at it’s neighbors recursively.
- Column & Row Orientations: Supports vertical and horizontal orientations. Nest them together to produce grid-like layouts
Preview:
Download Details:
Author: DanFessler
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/DanFessler/react-panelgroup
License: MIT