react-flexbox-grid
react-flexbox-grid copied to clipboard
A set of React components implementing flexboxgrid with the power of CSS Modules.
You should have default value to 12 on all sizes, else you need to write all the props all the time. `foo` This should automatically give you xs, sm, md...
When using a "small" `Card` with material-ui, the behaviour of the text is not the same within a `Row` or within a `div`. Using the following code : ``` Lorem...
It appears with version 1.1.5 [Issue 45](https://github.com/roylee0704/react-flexbox-grid/issues/45) has resurfaced in the context of a Row Component. This regression results in the console being flooded with Warnings for Unknown props 'lg',...
Hey there folks!! I am using this great tool, in our pretty big react application. So we have our own error reporter for runtime error, and yesterday I've noticed `Object.assign...
In Col.js, line 22, allowing functions to be passed in can include other ReactComponents, as well as predefined tags: `tagName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),`
Hi, recently I upgraded react-flexbox-grid, but found that all the padding of `` missing. `[email protected]` began to use [`[class^="col-"]`](https://github.com/evgenyrodionov/flexboxgrid2/blob/master/src/flexboxgrid2.css#L83) selector instead of using class name explicitly. Which I believe will...
- [x] updated docs - [x] updated tests - [x] updated Col.js component with hiddenMap var and if/else instead of ternary * package.json => replaced flexboxgrid with this PR which...
New react-flexbox-grid user but really enjoying the lib so far! Currently the below does not work: ``` $42 ``` but manually adding the class achieves the desired result: ``` $42...
Hello, I think it would be nice to have a higher order component that injects the current breakpoint (xs, sm, etc...) as a prop. It would allow for dynamic CSS-in-Javascript...
Currently so cumbersome to do layout in React Native using styles. I've only found this one: https://github.com/jerolimov/react-native-layout Which tries to achieve something similar...