layout-components

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

Usage no npm install needed!

<script type="module">
  import layoutComponents from 'https://cdn.skypack.dev/layout-components';
</script>

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-docgen to output the correct prop type in the demo table.

Usage (as a template)

npm install layout-components

and 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.