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.
- Host: GitHub
- URL: https://github.com/locktar/azure-devops-ui-react-hook-form
- Owner: LockTar
- License: mit
- Created: 2022-02-27T09:16:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T16:51:30.000Z (over 4 years ago)
- Last Synced: 2025-04-20T13:56:37.233Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`