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

https://github.com/samline/react-layout

Quickly layout your React applications with styled components and styled system. Create columns, rows, grids, blocks, etc., fast, simple and responsive.
https://github.com/samline/react-layout

Last synced: about 1 year ago
JSON representation

Quickly layout your React applications with styled components and styled system. Create columns, rows, grids, blocks, etc., fast, simple and responsive.

Awesome Lists containing this project

README

          

# react-layout

Quickly layout your React applications with [styled components](https://styled-components.com) and [styled system](https://styled-system.com). Create columns, rows, grids, blocks, etc., fast, simple and responsive.

> Check the individual documentation of both libraries to learn more.

![npm](https://img.shields.io/npm/v/@honeybee-js/react-layout?style=flat-square)
![npm](https://img.shields.io/npm/dt/react-layout?style=flat-square)
![npm bundle size](https://img.shields.io/bundlephobia/min/@honeybee-js/react-layout?style=flat-square)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)

## Install

```bash
npm i --save @honeybee-js/react-layout
```

```bash
yarn add @honeybee-js/react-layout
```

## Docs

| Component | Docs | Status |
| --------- | ----------------------------------------------------------------------------------- | --------------------- |
| Ly | [README.md](https://github.com/samline/react-layout/tree/main/docs/Ly/README.md) | Pending documentation |
| Box | [README.md](https://github.com/samline/react-layout/tree/main/docs/Box/README.md) | Pending documentation |
| Flex | [README.md](https://github.com/samline/react-layout/tree/main/docs/Flex/README.md) | Pending documentation |
| Grid | [README.md](https://github.com/samline/react-layout/tree/main/docs/Grid/README.md) | Pending documentation |
| Track | [README.md](https://github.com/samline/react-layout/tree/main/docs/Track/README.md) | Pending documentation |

## License

MIT © [Samline](https://github.com/samline)