zesik / react-splitter-layout

A simple split layout for React and modern browsers. https://zesik.com/react-splitter-layout
MIT License
422 stars 128 forks source link

Flexcontainer #29

Open bryansera opened 5 years ago

bryansera commented 5 years ago

I would like to have the split containers be display:flex, so that children can have flex:1 and expand to the entire height/width of the container.

(ignore all of the experimental commits...there is only the change to Pane.jsx)

bryansera commented 5 years ago

The error in the travis-ci build is something that I have seen locally. It seemed that an upgrade to the latest webpack and webpack-cli fixed it.

zesik commented 5 years ago

Hi, is this necessary to be a built-in style?