Skip to content

jquense/react-widgets

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 14, 2022 15:05
WIP
February 2, 2021 17:22
March 23, 2022 14:45
www
March 23, 2022 14:45
WIP
March 31, 2020 18:20
January 14, 2020 16:44
December 13, 2016 17:06
WIP
February 2, 2021 17:22
December 13, 2016 17:06
July 25, 2022 15:54
April 14, 2020 12:23
January 29, 2020 13:18
March 30, 2021 21:02
March 23, 2022 14:21

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