Package Exports
- react-group
- react-group/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-group) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Group
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.
Sponsoring
This software has been developed with lots of coffee, buy me one more cup to keep it going.
Author and license
MIT License, see the included License.md file.