This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Description
Currently SplitPane.js only supports splitting the Panes horizontally, left/right.
It would be nice to support the Panes splitting vertically at a certain breakpoint in the same way that Chrome's Elements tab works.
My thinking is to start with refactoring the SplitPane component to support splitting in both directions before working out where the breakpoint should be and setting a prop on SplitPane to split in the appropriate direction.
WDYT?