#React Layout
A grid system for react. Developed to work with any front-end framework. Inspired and influenced by material-ui. There are no dependencies other than react of course.
Usage
<FlexColumns width="100%">
<FlexContent />
<FlexRows>
<FlexContent />
<FlexContent />
</FlexRows>
</FlexColumns>
Install
npm install react-layout
##Components
###FlexColumns
Name | Type | Description |
---|---|---|
width | string 100% | Width of the container in px, %, vw |
height | string 100% | height of the container in px, %, vh |
###FlexRows
###FlexContent