/azure-devops-ui-react-hook-form

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

Primary LanguageTypeScriptMIT LicenseMIT

Azure DevOps UI - React Hook Form

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

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