All Projects → JensDll → vue3-form-validation

JensDll / vue3-form-validation

Licence: MIT license
Vue Composition Function for Form Validation

Programming Languages

typescript
32286 projects
Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vue3-form-validation

xForm
基于[email protected]的动态表单生成器。
Stars: ✭ 25 (+38.89%)
Mutual labels:  form, vue3
vuse-rx
Vue 3 + rxjs = ❤
Stars: ✭ 52 (+188.89%)
Mutual labels:  vue3, composition-api
ak-vue3
组件库包含了 AutoForm 自动表单、BackTop 返回顶部、Breadcrumb 面包屑、 Button 按钮、Cascader 级联选择器、Checkbox 多选框、Collapse 折叠面板、ColorPicker 颜色选择器、DataPicker 时间选择器、Dialog 弹层对话框、Alert 弹框、Echarts 图形图表、Form 表单、Input 输入框、Lazy 图片延时加载、Loading 加载等待、Menu 菜单、Pagination 分页、Progress 进度条、Radio 单选框、Select 选择器、Steps 步骤条、Swiper 图片轮播、Switch 开关、Table 表格、Tabs 标签页、Textarea 文本框、Tooltip 提示、Tr…
Stars: ✭ 24 (+33.33%)
Mutual labels:  form, vue3
vue3-demo
💡 vue3新特性示例: 响应式API、组合式API、TodoMVC
Stars: ✭ 114 (+533.33%)
Mutual labels:  vue3, composition-api
vue-reuse
基于composition-api的hooks函数库
Stars: ✭ 28 (+55.56%)
Mutual labels:  vue3, composition-api
vue3-realworld-example-app
Explore the charm of Vue composition API! Vite?
Stars: ✭ 364 (+1922.22%)
Mutual labels:  vue3, composition-api
2019-ncov-vue3-version
新型冠状病毒实时疫情 Vue-Compostion-Api版本 (Vue3 + TypeScript)
Stars: ✭ 55 (+205.56%)
Mutual labels:  vue3, composition-api
Formily
Alibaba Group Unified Form Solution -- Support React/ReactNative/Vue2/Vue3
Stars: ✭ 6,554 (+36311.11%)
Mutual labels:  form, vue3
vuelve
A declarative syntax for the Composition API in Vue 3.
Stars: ✭ 38 (+111.11%)
Mutual labels:  vue3, composition-api
tform
A easy, extensible and dynamic flutter form framework. Support for custom selectors, validators and widgets. Support form verification, insert, delete and so on.
Stars: ✭ 30 (+66.67%)
Mutual labels:  form, dynamic-forms
v-pip
🖼 Tiny vue wrapper for supporting native picture-in-picture mode.
Stars: ✭ 30 (+66.67%)
Mutual labels:  vue3, composition-api
v-intl
Add i18n to your awesome Vue 3 app 🔉
Stars: ✭ 13 (-27.78%)
Mutual labels:  vue3, composition-api
vue-snippets
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Stars: ✭ 25 (+38.89%)
Mutual labels:  vue3, composition-api
Vue3 News
🔥 Find the latest breaking Vue3、Vue CLI 3+ & Vite News. (2021)
Stars: ✭ 2,416 (+13322.22%)
Mutual labels:  vue3, composition-api
v-bucket
📦 Fast, Simple, and Lightweight State Manager for Vue 3.0 built with composition API, inspired by Vuex.
Stars: ✭ 42 (+133.33%)
Mutual labels:  vue3, composition-api
vueuse-vite-starter
⚡️ Starter for Vite + VueUse + TypeScript
Stars: ✭ 121 (+572.22%)
Mutual labels:  vue3, vueuse
vue-next-rx
RxJS integration for Vue next
Stars: ✭ 31 (+72.22%)
Mutual labels:  vue3, composition-api
vue-unstated
A tiny state management library for Vue Composition API.
Stars: ✭ 30 (+66.67%)
Mutual labels:  vue3, composition-api
BulkPDF
BulkPDF is a free and easy to use open source software, which allows to automatically fill an existing PDF form with differen values. Only a spreadsheet (Microsoft Excel 2007/2010/2013, LibreOffice or OpenOffice Calc) with the desired values is required.
Stars: ✭ 94 (+422.22%)
Mutual labels:  form
vite2-vue3-admin
Vite2 + Vue3.0 + ant-design 2.x
Stars: ✭ 28 (+55.56%)
Mutual labels:  vue3

Form Validation for Vue 3

🚨 NOTICE: This project has been moved and will be further maintained at https://github.com/JensDll/validierung

With mostly the same API, the new version will support Vue 2 and 3. Below are the few breaking changes:

  • The interface CustomValidationBehaviorFunctions was renamed to ValidationBehaviorFunctions.
  • The $rawErrors property was removed from transformed fields.

I believe the new version works well now, and I'll be considerate when adding new features moving forward.


npm LICENSE

Vue composition function for form validation.

  • 🌌 Written in TypeScript
  • ☄️ Async rules
  • 🌊 Dynamic forms
  • 🍂 Light weight
npm install vue3-form-validation

👉 Check out the Documentation

👉 Check out the Examples on StackBlitz

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].