react-flexbox-grid icon indicating copy to clipboard operation
react-flexbox-grid copied to clipboard

A set of React components implementing flexboxgrid with the power of CSS Modules.

Results 62 react-flexbox-grid issues
Sort by recently updated
recently updated
newest added
trafficstars

react 15.6.1 react-flexbox-grid": "^1.1.4" and i am using create-react-app I hosted my website on Heroku in Heroku class names of row and col changing to "flexboxgrid__col-sm-12___1e5Uk flexboxgrid__col-md-6___5OSyJ" something like this,...

You forgot to close the tags in the code examples after the Alignment section.

I'm kind of reluctant to open yet another issue relating to the infamous “class names are empty” issue, but I think my context is different, so here goes. I've been...

to consolidate working react-flexbox-grid webpack configs (from different boilerplates). List of frameworks to support: (to be updated from time to time) - [react-redux-universal-hot-example](https://github.com/erikras/react-redux-universal-hot-example) - [react-redux-starter-kit](https://github.com/davezuko/react-redux-starter-kit) - [universal-react](https://github.com/pbojinov/universal-react)

contrib (easy)
community

Is there any way to define, align-items:stretch ?

I'm new to react and webpack and having a hard time setting up this library (I'm not using webpack for my project, but have to set it up because it...

Using the package found at [lifefilm:react-flexbox-grid](https://atmospherejs.com/lifefilm/react-flexbox-grid), I get this error because the props are not cleaned up [before assigning them to the element](https://github.com/fortunto2/react-flexbox-grid/blob/master/src/components/Col.js#L52). The form that should be used (which...

I get a warning for each Grid, Row, Colmn in my JSX: index_bundle.js:59787 Warning: You are manually calling a React.PropTypes validation function for the `bottom` prop on `Row`. This is...

I just started experimenting with `react-flexbox-grid` along with `material-ui` which gives me nice set of `material design` components. My code looks like this : ``` const App = React.createClass({ render:...

Upstream dependence conflict: the package is using an older version of react.