react-layout-pane
react-layout-pane copied to clipboard
React layout component using flexbox
react-vendor-prefix is currently failing in Jest tests (see issue [here](https://github.com/cgarvis/react-vendor-prefix/issues/14)). Is it needed in this module? The module works in my [fork](https://github.com/okaymaged/react-layout-pane) with react-vendor-prefix removed.
Under small screen the layout should be adaptable

I'm using `react-hot-loader` and once I dropped in Fixed component, I get this error and hot loader no longer refreshes.
How do we center child components under a Row or Column Layout component. I've looked at your source and cannot see any sort or prop that will enable to do...