react-widgets

WebJar for react-widgets

License

License

MIT
Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

react-widgets
Last Version

Last Version

3.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

react-widgets
WebJar for react-widgets
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jquense/react-widgets

Download react-widgets

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

react-widgets

NPM version Downloads

An à la carte set of polished, extensible, and accessible form inputs built for React.

Demos and Documentation here

Install

npm install react-widgets

Local development and contributing

React widgets, uses a "monorepo" organization style for managing multiple npm packages in a single git repo. This is done through a Yarn feature called workspaces. To get everything setup and dependencies installed:

  • make sure you have the latest version of yarn installed
  • run yarn run bootstrap in the repo root directory

Running the doc site locally

  • Follow the steps above
  • switch to the www directory and run yarn
  • yarn run develop to start the site

Running the storybook examples

  • follow the general install instructions
  • run yarn start-dev

Old Browser Support

The goal is to support IE9+, but it is difficult for me to test a wide variety of browsers so there is no guarantee it will work (patches welcome!).

Versions

Version
3.4.1
3.3.1
3.2.0
3.1.0
3.0.1
2.8.2
2.7.1
2.7.0