1.0.0 • Published 7 years ago

react-flexgrid v1.0.0

Weekly downloads
160
License
MIT
Repository
github
Last release
7 years ago

React Flexgrid

Circle CI

Installation

npm install react-flexgrid

Usage

Require lib/flexgrid.css, or less/flexgrid.less into your project.

const {Grid, Row, Col} = require('react-flexgrid');

const App = React.createClass({
  render() {
    return (
      <Grid>
        <Row>
          <Col xs={6} md={3}>Hello, world!</Col>
        </Row>
      </Grid>
    );
  }
});

License

MIT

1.0.0

7 years ago

0.8.1

7 years ago

0.8.0

8 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago