An à la carte set of polished, extensible, and accessible form inputs built for React.
Demos and Documentation here
npm install react-widgets
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
- Follow the steps above
- switch to the
www
directory and runyarn
yarn start
to start the site