DEV Community

mediv0
mediv0

Posted on

yet another form validation package for Vue

Hello guys,The vue input validator is a highly extensible & customizable input validator for Vue 2. You can create input validators only with the help of a single directive without the need for additional settings. Add this directive to your input and you are done!

  • You are not limited to certain validation rules; with the help of the vue input validator you can create custom validation rules with the help of regex or functions.

  • This plugin has multiple global variables to interact with your inputs and validation rules across your app.

  • Also, you are not limited to a single rule for each input like many other validation libraries. You can chain your validations and this plugin will combine and use them to validate your input.

There are many more features that you can check out in the documentation.

Lightweight (4kb gzipped) ☁️

Simple API 🎈

Customizable 🧰

Rich Support for HTTP async & ajax validation 👊

Easy to use ✔️

Mobile-friendly 📱

TypeScript support 🔒

Validation chain 🔗

Vue3 support (soon)

if you are interested in this package you check these links below

Github repository | live demo | codesandbox

thank you for reading

Top comments (0)