UNPKG

layout-components

Version:

A React Layout Componentss. Contains webpack configuration and document generator.

31 lines (17 loc) 651 B
# layout-components A collection of layout components for React and can bring your code to a new level. # => See live demos here: [layout-components](http://www.episodeyang.com/layout-components/) <= ## Todo - [ ] update `react-docgen` to output the correct prop type in the demo table. ## Usage (as a template) ```shell npm install layout-components ``` and then in your code, you can import ```javascript import {Responsive, Row, Flex, FlexItem, FlexSpacer, flexStyle} from 'layout-components'; const {flexFixed, flexFluid} = flexStyle; // More detailed demo see link above. ``` ## Develop run `npm run serve-docs` to open the example.