Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

tykarol/react-flexboxgrid

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%