Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapegin/stack-styled
Stacking layouts for React
https://github.com/sapegin/stack-styled
Last synced: 18 days ago
JSON representation
Stacking layouts for React
- Host: GitHub
- URL: https://github.com/sapegin/stack-styled
- Owner: sapegin
- License: mit
- Created: 2018-08-26T15:28:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T10:48:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T13:43:09.282Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://stack-styled.js.org/
- Size: 3.28 MB
- Stars: 140
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: License.md
Awesome Lists containing this project
README
# Stack Styled
[![Build Status](https://travis-ci.org/sapegin/stack-styled.svg)](https://travis-ci.org/sapegin/stack-styled) [![npm](https://img.shields.io/npm/v/stack-styled.svg)](https://www.npmjs.com/package/stack-styled)
React component to make stack layouts easy: adds whitespace horizontal and vertical whitespace between each child element but not around the container. Based on [styled-system](https://styled-system.com/) and CSS Grid. We recommend to use this component with [Rebass Grid](https://rebassjs.org/grid/).
## Installation
```bash
npm install stack-styled
```## Documentation & examples
[See documentation & examples](https://stack-styled.js.org/).
## Change log
The change log can be found on the [Releases page](https://github.com/sapegin/stack-styled/releases).
## Contributing
Everyone is welcome to contribute. Please take a moment to review the [contributing guidelines](Contributing.md).
## Sponsoring
This software has been developed with lots of coffee, buy me one more cup to keep it going.
## Authors and license
[Artem Sapegin](http://sapegin.me) and [contributors](https://github.com/sapegin/stack-styled/graphs/contributors).
MIT License, see the included [License.md](License.md) file.