react-group
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

React Group

npm Build Status

React component to render a collection of items separated by space or other separator.

Installation

npm install --save react-group

Examples

<Group>
  <button>One</button>
  <button>Two</button>
  <button>Three</button>
</Group>

Will render three space-separated buttons. See more examples.

Change log

The change log can be found on the Releases page.

Contributing

Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.

Author and license

Artem Sapegin.

MIT License, see the included License.md file.

Package Sidebar

Install

npm i react-group

Weekly Downloads

69,589

Version

3.0.2

License

MIT

Unpacked Size

5.12 kB

Total Files

5

Last publish

Collaborators

  • sapegin