custom-flexgrid

0.1.1 • Public • Published

Custom Flexgrid

Installation

npm install custom-flexgrid

Usage

const {Grid, Row, Col} = require('custom-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 custom-flexgrid

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • chrish-21