Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

frullah/vue-validation-components

Repository files navigation

vue-validation-components

Vue validation components is a Vue component combined with vee-validate.

I made this for myself project that using the validation with vee-validate

Installation

npm

npm install vue-validation-components

yarn

yarn add vue-validation-components

Usage

FormWithValidation

/** props */

// form submit callback
onSubmit: Function


/** slot props */

// form submit processing state
processing: boolean

// invalid form state, derived from vee-validate ValidationObserver
invalid: boolean