0.1.1 • Published 8 years ago

react-grd v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

react-grd

React components for making working with flexbox simple.

Based on and using styles from grd by 1000ch.


Install

npm install react-grd --save

Demo

http://tkh44.github.io/react-grd/

Examples

<Grid align='middle' justify='center'>
    <Cell size='two'/>
    <Cell size='fill'/>
    <Cell size='seven'/>
</Grid>

You don't need to use the Cell component if you you are just wanting to do basic alignment.

<Grid align='middle' justify='center'>
    <div>This will behave according to Grid's props</div>
    <div>This will behave according to Grid's props</div>
    <div>This will behave according to Grid's props</div>
</Grid>
0.1.1

8 years ago

0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.0

8 years ago