Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Polished, feature rich, accessible form inputs built with React
https://github.com/jquense/react-widgets

component forms inputs react

Last synced: 2 months ago
JSON representation

Polished, feature rich, accessible form inputs built with React

Lists

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.
Get going quickly with the low friction setup!

**Demos and Documentation [here](http://jquense.github.io/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

### Install

`npm install react-widgets`

#### Running the doc site locally

- Follow the steps above
- switch to the `www` directory and run `yarn`
- `yarn start` to start the site

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