Vue Hooks Form
Building forms with Vue composition API.
The API is not stable and might change in the future.
Installation
yarn add vue-hooks-form
Features
- UI decoupling: Since It does not contain any UI code, It can be easily integrated with other UI libraries.
- Easy to adoptable: Since form state is inherently local and ephemeral, it can be easily adopted.
- Easy to use: No fancy stuffs, just reactive values/errors.
- TypeScript support.