Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.

Buy Me A Coffee

## Author and license

[Artem Sapegin](https://sapegin.me).

MIT License, see the included [License.md](License.md) file.