## What is Vue Formulario? Vue Formulario is a library, based on Vue Formulate, that handling the core logic for working with forms and gives full control of form presentation. ## Examples Every form control must be rendered inside FormularioInput component. This component provides `id` and `context` in v-slot props. Control should use `context.model` as v-model and `context.blurHandler` as handler for `blur` event (it is necessary for validation when property `errorBehavior` is `blur`). Errors list for field can be accessed through `context.allErrors`. Next example creates form for data ```json { "username": "", "password": "", "options": { "anonym": false, "tags": ["test"] }, } ``` ```html
{{ error }}
``` ## License [MIT](https://opensource.org/licenses/MIT) Copyright (c) 2020-present, [RetailDriver LLC]
Copyright (c) 2020-present, [Braid LLC](https://www.wearebraid.com/)