Flexbox
Summary
A simple wrapper that provides a Flexbox layout with the given direction and style. Any additional props you set on the Flexbox are rendered.
Instance Methods
render([style])
React `props` supported by Flexbox: ``` - `direction` (optional) A {String} Flexbox direction: either `column` or `row`. ```
Parameters
Argument | Description |
---|---|
style | Optional An {Object} with styles to apply to the flexbox. |