vrx-form
Provides directives to help facilitate form validations reactively in Vue applications.
Provides directives to help facilitate form validations reactively in Vue applications.
[](https://travis-ci.org/rxweb/rxweb) [](https://gitter.im/rxweb-project/rxweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
Form package for vue js
An easy to use Validator for Vue components and any kind of objects based on the Laravel Validator.
A form validation plugin for vue 3 and/or composition api
Form validator for vue3
```js const initialValue = null; const control = new FormControl(initialValue); ``` #### usage in html ```html <input type="text" v-model="control.value" /> ```