An open API service indexing awesome lists of open source software.

https://github.com/locktar/azure-devops-ui-react-hook-form

Azure DevOps UI Components that work directly with React Hook Form.
https://github.com/locktar/azure-devops-ui-react-hook-form

Last synced: about 1 year ago
JSON representation

Azure DevOps UI Components that work directly with React Hook Form.

Awesome Lists containing this project

README

          

# Azure DevOps UI - React Hook Form
[Azure DevOps UI components](https://developer.microsoft.com/en-us/azure-devops/components) that work directly with [React Hook Form](https://react-hook-form.com).

## Contribute

1. Clone the repository
2. Create a story with a new sample form or extend current form

## Storybook

1. Run `npm run storybook` for seeing the control in action.

## Publish

1. Update version number in `package.config`
2. Run `npm run build`
3. Login into npm with `npm login`
4. Run `npm publish`