Skip to content

fortunto2/react-flexbox-grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%