An open API service indexing awesome lists of open source software.

https://github.com/geyang/layout-components

A Collection of Layout Components for React
https://github.com/geyang/layout-components

Last synced: about 2 months ago
JSON representation

A Collection of Layout Components for React

Awesome Lists containing this project

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](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.