Flexbox grid for react apps
npm install react-flexgridReact Flexgrid
==============

Installation
------------
```
npm install react-flexgrid
Usage
-----
Require lib/flexgrid.css, or less/flexgrid.less into your project.
`jsx
const {Grid, Row, Col} = require('react-flexgrid');
const App = React.createClass({
render() {
return (
);
}
});
``
License
-------
MIT