Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapegin/react-group
Render React children with a separator
https://github.com/sapegin/react-group
Last synced: 12 days ago
JSON representation
Render React children with a separator
- Host: GitHub
- URL: https://github.com/sapegin/react-group
- Owner: sapegin
- License: mit
- Created: 2016-10-04T11:42:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T09:22:16.000Z (6 months ago)
- Last Synced: 2024-05-09T10:25:27.656Z (6 months ago)
- Language: JavaScript
- Homepage: https://sapegin.github.io/react-group/
- Size: 3.49 MB
- Stars: 48
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
- License: License.md
Awesome Lists containing this project
README
# React Group
[![npm](https://img.shields.io/npm/v/react-group.svg)](https://www.npmjs.com/package/react-group) [![Node.js CI status](https://github.com/sapegin/react-group/workflows/Node.js%20CI/badge.svg)](https://github.com/sapegin/react-group/actions)
React component to render a collection of items separated by space or other separator.
[![Washing your code. A book on clean code for frontend developers](https://sapegin.me/images/washing-code-github.jpg)](https://sapegin.me/book/)
## Installation
```bash
npm install --save react-group
```## Examples
```jsx
One
Two
Three```
Will render three space-separated buttons. See [more examples](https://sapegin.github.io/react-group/).
## Change log
The change log can be found on the [Releases page](https://github.com/sapegin/react-group/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.
## Author and license
[Artem Sapegin](https://sapegin.me).
MIT License, see the included [License.md](License.md) file.