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: 1 day ago
JSON representation
Polished, feature rich, accessible form inputs built with React
- Host: GitHub
- URL: https://github.com/jquense/react-widgets
- Owner: jquense
- License: mit
- Created: 2014-07-28T02:17:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T15:18:04.000Z (over 1 year ago)
- Last Synced: 2024-12-04T11:40:59.421Z (8 days ago)
- Topics: component, forms, inputs, react
- Language: TypeScript
- Homepage: http://jquense.github.io/react-widgets/
- Size: 44.7 MB
- Stars: 2,347
- Watchers: 49
- Forks: 392
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-react-components-all - react-widgets - An à la carte set of polished, extensible, and accessible inputs built for React. (Uncategorized / Uncategorized)
- awesome - react-widgets - An à la carte set of polished, extensible, and accessible inputs built for React (JavaScript)
- awesome-react-components - react-widgets - An à la carte set of polished, extensible, and accessible inputs. (UI Components / Form Components)
- awesome-list - react-widgets - An à la carte set of polished, extensible, and accessible inputs built for React. (Demos / Form Components)
- awesome-react-components - react-widgets - An à la carte set of polished, extensible, and accessible inputs. (UI Components / Form Components)
- awesome-react-components - react-widgets - An à la carte set of polished, extensible, and accessible inputs built for React. (UI Components / Form Components)
- awesome-react-components - react-widgets - An à la carte set of polished, extensible, and accessible inputs. (UI Components / Form Components)
- best-of-react - GitHub - 5% open · ⏱️ 02.08.2023): (Input Components)
- fucking-awesome-react-components - react-widgets - An à la carte set of polished, extensible, and accessible inputs. (UI Components / Form Components)
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