Skip to content

jquense/react-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
jquense
Jan 2, 2025
2ee7dc0 · Jan 2, 2025
Jan 14, 2022
Feb 2, 2021
Jan 2, 2025
Dec 31, 2024
Mar 31, 2020
Jan 14, 2020
Dec 13, 2016
Dec 31, 2024
Jun 6, 2018
Feb 2, 2021
Dec 13, 2016
Jul 25, 2022
Sep 3, 2021
Apr 14, 2020
Jan 29, 2020
Mar 23, 2022
Mar 10, 2020
Mar 31, 2021
Jan 2, 2025

Repository files navigation

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