React flexbox implementation
npm install react-flexboxImplementation of css flexbox in react with inline styles.
It is written in ES6 and requires an ES6 to ES5 transpiler. If there is need for
it I can add a transpiled version to the repo.
npm install react-flexbox --save
yarn add react-flexbox
`
`js
const View = require('react-flexbox')
// or
import View from 'react-flexbox'
`UMD
Module exposed as ReactFlexbox`