layout-components
v2.7.1
Published
A React Layout Componentss. Contains webpack configuration and document generator.
Downloads
38
Maintainers
Readme
layout-components
A collection of layout components for React and can bring your code to a new level.
=> See live demos here: layout-components <=
Todo
- [ ] update
react-docgento output the correct prop type in the demo table.
Usage (as a template)
npm install layout-componentsand then in your code, you can import
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.
