custom-flexgrid
v0.1.1
Published
Custom Flexboxgrid for react apps build on react-flexgrid
Maintainers
Readme
Custom Flexgrid
Installation
npm install custom-flexgridUsage
const {Grid, Row, Col} = require('custom-flexgrid');
const App = React.createClass({
render() {
return (
<Grid>
<Row>
<Col xs={6} md={3}>Hello, world!</Col>
</Row>
</Grid>
);
}
});License
MIT
