react-widgets

WebJar for react-widgets

Лицензия

Лицензия

MIT
Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

react-widgets
Последняя версия

Последняя версия

3.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

react-widgets
WebJar for react-widgets
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать react-widgets

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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!).

Версии библиотеки

Версия
3.4.1
3.3.1
3.2.0
3.1.0
3.0.1
2.8.2
2.7.1
2.7.0