4.1.1 • Published 5 months ago

vue-formor v4.1.1

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

vue-formor

Form validation for Vue in composition functions with Valibot or Zod or Yup.

Installation

Install vue-formor with your favorite package manager:

$ npm i vue-formor
# or
$ yarn add vue-formor
# or
$ pnpm i vue-formor
# or
$ bun add vue-formor

Usage

// esm
import { useValibotSchema, useZodSchema, useYupSchema } from 'vue-formor';

// cjs
const { useValibotSchema, useZodSchema, useYupSchema } = require('vue-formor');

Documentation

To learn more about vue-formor, check its documentation.

Examples

See ./examples.

Playground

4.1.0

5 months ago

4.1.1

5 months ago

4.0.1

7 months ago

4.0.3

6 months ago

4.0.2

7 months ago

3.2.1

9 months ago

3.1.2

11 months ago

3.2.0

9 months ago

4.0.0

9 months ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.0

2 years ago

2.0.2

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago