0.2.4 • Published 7 years ago

bendy v0.2.4

Weekly downloads
94
License
MIT
Repository
github
Last release
7 years ago

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

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago