react-layout-pane icon indicating copy to clipboard operation
react-layout-pane copied to clipboard

React layout component using flexbox

Results 5 react-layout-pane issues
Sort by recently updated
recently updated
newest added

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

![2016-03-12 13-34-29 arc](https://cloud.githubusercontent.com/assets/394729/13721128/4b0bab4a-e857-11e5-96ca-45287254b50a.png)

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...