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
- Host: GitHub
- URL: https://github.com/geyang/layout-components
- Owner: geyang
- Created: 2016-06-28T16:15:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T22:32:45.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T16:49:52.573Z (3 months ago)
- Language: JavaScript
- Homepage: http://www.episodeyang.com/layout-components
- Size: 1.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.