Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 652 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 652 Bytes

react-flexbox-grid

React flexboxgrid components included flexboxgrid.min.css and normalize.css

meteor add lifefilm:react-flexbox-grid

Code snippets

import { Grid, Row, Col } from 'meteor/lifefilm:react-flexbox-grid';


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

flexboxgrid

https://github.com/kristoferjoseph/flexboxgrid

based on:

react-flexbox-grid meteor

https://github.com/jimmiebtlr/react-flexbox-grid

react-flexbox-grid

https://github.com/roylee0704/react-flexbox-grid