React Panel Group Component

Description:

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:

react-panel-group-component

Add Comment