Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 517 Bytes

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