Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/widgets_react
A customizable collection of sleek, flexible, and easy-to-use form inputs designed for React. Start right away with a quick and easy setup!
https://github.com/drylikov/widgets_react
Last synced: 8 days ago
JSON representation
A customizable collection of sleek, flexible, and easy-to-use form inputs designed for React. Start right away with a quick and easy setup!
- Host: GitHub
- URL: https://github.com/drylikov/widgets_react
- Owner: drylikov
- License: mit
- Created: 2024-06-01T17:02:10.000Z (6 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-09-07T00:48:17.000Z (2 months ago)
- Last Synced: 2024-09-07T03:22:40.766Z (2 months ago)
- Language: TypeScript
- Size: 1.67 MB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widgets React
[![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 Widgets_React`
#### 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