fortunto2 / react-flexbox-grid

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

Home Page:http://roylee0704.github.io/react-flexbox-grid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://roylee0704.github.io/react-flexbox-grid/


Languages

Language:JavaScript 100.0%