react-flexgrid-no-bs-conflict

0.7.3 • Public • Published

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

Package Sidebar

Install

npm i react-flexgrid-no-bs-conflict

Weekly Downloads

13

Version

0.7.3

License

MIT

Unpacked Size

66.1 kB

Total Files

40

Last publish

Collaborators

  • davidrenne