0.2.0 • Published 4 years ago

@drangon/react-uswds v0.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

React USWDS

WARNING! This package is WORK IN PROGRESS and is not completely implemented. Currently only Accordion, Alert, Button, and Link are wrapped.

This is a react wrapper for the USWDS. Currently the api is not completed and is subject to change at anytime. Also there are no tests on any of the implemented component at this time.

Contributing

If you would like to help feel free to open a pull request and/or an issue.

  1. Clone this repository
  2. Install Dependencies:
yarn install
  1. Start rollup:
yarn start
  1. Start storybook:
yarn storybook

To build for production:

yarn build