react-flexview icon indicating copy to clipboard operation
react-flexview copied to clipboard

A powerful React component to abstract over flexbox and create any layout on any browser

Results 7 react-flexview issues
Sort by recently updated
recently updated
newest added

If I try to pass a value of `0` for the `basis` prop, the FlexView will ignore that and leave the `basis` at `auto` (its default). This can also be...

FE maint

Partly inspired by https://visly.app/blog/layout-isolated-components, the `flex` default of `shrink = 1` (`true` in FlexView terms) could be switched here, in order to defaulting to more "isolated" components by default

breaking
FE maint

Make clear the `grow` prop corresponds to the CSS flex-grow property

WIP

## description On IE11 if the content of a column rendered inside a row has a base width bigger than the row itself, the column will overflow its parent even...

bug

When visiting the URL linked from this repository's description ![screenshot_20180217-170552](https://user-images.githubusercontent.com/1285361/36342872-f4565efe-1404-11e8-81ea-329718cef93d.png)

Bumps [webpack](https://github.com/webpack/webpack) from 3.5.5 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies