1. react-group
React component to render collection of items separated by space or other separator
react-group
Package: react-group
Created by: sapegin
Last modified: Sat, 25 Jun 2022 22:53:35 GMT
Version: 3.0.2
License: MIT
Downloads: 320,430
Repository: https://github.com/sapegin/react-group

Install

npm install react-group
yarn add react-group

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.

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code