# react-group

> React component to render collection of items separated by space or another separator

Latest version **4.0.0** (published 2024-05-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-group
pnpm add react-group
yarn add react-group
bun add react-group
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2024-05-09 |
| First published | 2016-10-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=20 |
| Dependencies | 1 |
| Unpacked size | 5.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 48 |
| Author | Artem Sapegin |
| Maintainers | sapegin |
| Keywords | react, jsx, group, list, separator, collection, space |

## Links

- npm: https://www.npmjs.com/package/react-group
- Repository: https://github.com/sapegin/react-group
- Issues: https://github.com/sapegin/react-group/issues
- npm.io page: https://npm.io/package/react-group

## Dependencies (1)

- [prop-types](https://npm.io/package/prop-types.md) ^15.8.1

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2024-05-09
- 3.0.2 — 2019-06-20
- 3.0.1 — 2019-06-20
- 3.0.0 — 2019-02-05
- 2.0.0 — 2018-08-24
- 1.0.6 — 2018-04-09
- 1.0.5 — 2017-06-19
- 1.0.4 — 2017-04-13
- 1.0.3 — 2017-02-02
- 1.0.2 — 2017-01-21
- 1.0.1 — 2016-11-16
- 1.0.0 — 2016-10-04

## 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
<Group>
  <button>One</button>
  <button>Two</button>
  <button>Three</button>
</Group>
```

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.

<a href="https://www.buymeacoffee.com/sapegin" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/lato-orange.png" alt="Buy Me A Coffee" height="51" width="217" ></a>

## Author and license

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

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

---
_Source: https://npm.io/package/react-group · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
