react-group

WebJar for react-group

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

react-group
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

react-group
WebJar for react-group
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/sapegin/react-group

Download react-group

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-group/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-group</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-group/
implementation 'org.webjars.npm:react-group:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-group/
implementation ("org.webjars.npm:react-group:3.0.0")
'org.webjars.npm:react-group:jar:3.0.0'
<dependency org="org.webjars.npm" name="react-group" rev="3.0.0">
  <artifact name="react-group" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-group', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "react-group" % "3.0.0"
[org.webjars.npm/react-group "3.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : prop-types jar [15.6.2,16)

Project Modules

There are no modules declared in this project.

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.

Sponsoring

This software has been developed with lots of coffee, buy me one more cup to keep it going.

Buy Me A Coffee

Author and license

Artem Sapegin.

MIT License, see the included License.md file.

Versions

Version
3.0.0