react-flexbox2-grid

0.0.2 • Public • Published

react-flexbox2-grid

npm version NPM Status

react-flexbox2-grid is a shameless ripoff of the excellent react-flexbox-grid, updated to use flexboxgrid2.

Setup

Installation

react-flexbox2-grid can be installed as an npm package:

npm install --save react-flexbox2-grid

Usage

Now you can import and use the components:

import React from 'react';
import { Grid, Row, Col } from 'react-flexbox-grid';
 
class App extends React.Component {
  render() {
    return (
      <Grid fluid>
        <Row>
          <Col xs={6} md={3}>
            Hello, world!
          </Col>
        </Row>
      </Grid>
    );
  }
}

Original Contributors

Roy Lee Helder Santana Matija Marohnić
Roy Lee Helder Santana Matija Marohnić

TODO

[] Actually add how this works to documentation [] Add full test-suite

License

ISC

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0

Package Sidebar

Install

npm i react-flexbox2-grid

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

17.8 kB

Total Files

10

Last publish

Collaborators

  • evenius