0.2.3 • Published 5 years ago

@frullah/vue-validation-components v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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