http://flexboxgrid.com/ ported to react components.
npm install react-flexboxgrid
<GridRow>
<GridColumn xs={12} md={6}>
Grid Column!
</GridColumn>
<GridColumn xs={12} md={6}>
Grid Column!
</GridColumn>
</GridRow>
reverse : false
xs: null,
sm: null,
md: null,
lg: null
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
The MIT License