1.0.4 • Published 4 years ago

@wetix/svelte-form v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Svelte Form

Inspired by VeeValidate

Installation

npm install @wetix/svelte-form

OR

yarn add @wetix/svelte-form
import { form } from "@wetix/svelte-form";

const form$ = form({
  name: { value: "", validators: ["required"] },
  option: { value: "", validators: ["any:a,b,c"] },
  email: { value: "", validators: ["required", "email"] }
});
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago