frullah / vue-validation-components

Vue validation components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Vue validation components

License:MIT License


Languages

Language:JavaScript 79.9%Language:Vue 20.1%