# react-widgets

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

Latest version **5.8.6** (published 2025-01-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-widgets
pnpm add react-widgets
yarn add react-widgets
bun add react-widgets
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.8.6 |
| Published | 2025-01-02 |
| First published | 2014-08-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 10 |
| Unpacked size | 1.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2360 |
| Author | Jason |
| Maintainers | monastic.panic |
| Keywords | react, widgets, dropdown, combobox, calendar, datepicker, date picker, numberpicker, number picker, radio group, checkbox list, multiselect, form, input, react-ui, react-component |

## Links

- npm: https://www.npmjs.com/package/react-widgets
- Repository: https://github.com/jquense/react-widgets
- Homepage: https://jquense.github.io/react-widgets/
- Issues: https://github.com/jquense/react-widgets/issues
- npm.io page: https://npm.io/package/react-widgets

## Dependencies (10)

- [classnames](https://npm.io/package/classnames.md) ^2.3.1
- [dom-helpers](https://npm.io/package/dom-helpers.md) ^5.2.1
- [tiny-warning](https://npm.io/package/tiny-warning.md) ^1.0.3
- [@restart/hooks](https://npm.io/package/@restart/hooks.md) ^0.4.5
- [uncontrollable](https://npm.io/package/uncontrollable.md) ^7.2.1
- [date-arithmetic](https://npm.io/package/date-arithmetic.md) ^4.0.1
- [prop-types-extra](https://npm.io/package/prop-types-extra.md) ^1.1.1
- [@types/classnames](https://npm.io/package/@types/classnames.md) ^2.3.1
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^4.4.2
- [@types/react-transition-group](https://npm.io/package/@types/react-transition-group.md) ^4.4.4

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 5.8.6 (latest) — 2025-01-02
- 5.0.0-beta.24 (next) — 2021-03-15
- 3.0.0-alpha.3 (react-0.14) — 2015-09-15
- 3.0.0-alpha2 (3.0-latest) — 2015-08-17
- 5.8.5 — 2024-12-31
- 5.8.4 — 2022-03-23
- 5.8.3 — 2022-02-14
- 5.8.2 — 2022-02-14
- 5.8.1 — 2022-02-14
- 5.8.0 — 2022-02-14
- 5.7.1 — 2022-02-14
- 5.7.0 — 2022-02-14
- 5.6.1 — 2022-01-25
- 5.6.0 — 2022-01-14
- 5.5.1 — 2021-11-15
- … 183 more at https://npm.io/package/react-widgets/versions

## README

react-widgets
=============

[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][downloads-url]

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

__Demos and Documentation [here](http://jquense.github.io/react-widgets/)__

### 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](https://yarnpkg.com/en/) 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!).

[npm-image]: https://img.shields.io/npm/v/react-widgets.svg?style=flat-square
[npm-url]: https://npmjs.org/package/react-widgets
[downloads-image]: http://img.shields.io/npm/dm/react-widgets.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/react-widgets

---
_Source: https://npm.io/package/react-widgets · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
