tykarol / react-flexboxgrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

The MIT License

About


Languages

Language:JavaScript 100.0%