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

tykarol/react-flexboxgrid

This branch is 25 commits behind sricho/react-flexboxgrid:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Stuart Richardson
Nov 22, 2015
76f82ec · Nov 22, 2015

History

39 Commits
Nov 22, 2015
Sep 15, 2015
Sep 17, 2015
Sep 15, 2015
Sep 15, 2015
Sep 13, 2015
Nov 22, 2015
Sep 15, 2015
Sep 15, 2015
Sep 15, 2015

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%