bendy

0.2.4 • Public • Published

Bendy

npm version

A grid system built for React apps inspired by React Flexbox Grid and Flexbox Grid Sass.

Bendy uses the same docs as React Flexbox Grid.

Installation

This package assumes you're using Webpack, Babel, and CSS Modules.

npm i -D bendy

Example

import {Grid, Row, Col} from 'bendy';
 
const App = () => (
  <Grid>
    <Row>
      <Col xs={6} md={3}>Hello, world!</Col>
    </Row>
  </Grid>
);

License

MIT

Package Sidebar

Install

npm i bendy

Weekly Downloads

28

Version

0.2.4

License

MIT

Last publish

Collaborators

  • bretthayes