Usage
React Flexboxgrid
http://flexboxgrid.com/ ported to react components.
Installation
npm install react-flexboxgrid
Usage
<GridRow>
<GridColumn xs={12} md={6}>
Grid Column!
</GridColumn>
<GridColumn xs={12} md={6}>
Grid Column!
</GridColumn>
</GridRow>
GridRow Props (Defaults)
reverse : false
GridColumns Props (Defaults)
xs: null,
sm: null,
md: null,
lg: null
Contributing
- 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
License
The MIT License