An open API service indexing awesome lists of open source software.

https://github.com/hanford/react-flexbox-helpers

Helper components for quickly using flexbox with React
https://github.com/hanford/react-flexbox-helpers

component-library flexbox flexbox-helper open-source react

Last synced: 22 days ago
JSON representation

Helper components for quickly using flexbox with React

Awesome Lists containing this project

README

        

## react-flexbox-helpers

> Premade flexbox components built for react

## Install

```
$ npm install react-flexbox-helpers --save
```

## Usage

```js
import { Flex, Row, Column } from 'react-flexbox-helpers'

..

render () {
return (


Hey!


Im a column
Im a column too


)
}
```

## API
| Param | Type | required |
|----------------|---------|----------|
| className | String | false |
| componentStyle | Object | false |
| top | String | false |
| bottom | String | false |
| left | String | false |
| right | String | false |
| align | String | false |
| justify | String | false |
| full | Boolean | false |

MIT © [Jack Hanford](http://jackhanford.com)