/react-flexbox-grid

A set of React components implementing flexboxgrid with the power of CSS Modules.

Primary LanguageJavaScript

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