Popularity
7.6
Declining
Activity
3.4
Declining
2,325
49
409

Programming language: TypeScript
License: MIT License
Latest version: v6.0.0-beta.8

react-widgets alternatives and similar libraries

Based on the "Form Component Collections" category.
Alternatively, view react-widgets alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of react-widgets or a related project?

Add another 'Form Component Collections' Library

README

react-widgets

NPM version Downloads

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

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

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