React component to render collection of items separated by space or other separator.
$ npm install --save react-group
<Group>
<button>One</button>
<button>Two</button>
<button>Three</button>
</Group>
See more examples.
The changelog can be found on the Releases page.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
MIT License, see the included License.md file.