Overview of Composition API Helpers
mainVee-validate provides a collection of Composition API helpers that allow you to opt-in to specific parts of form state and actions without needing to use the full useForm or useField hooks. These helpers are useful for building specialized UI components such as:
- Custom submission progress indicators
- Custom error message components
- Form validity indicators
- Custom reset or submit buttons