Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tjinauyeung/svelte-forms-lib

📝. A lightweight library for managing forms in Svelte
https://github.com/tjinauyeung/svelte-forms-lib

form-validation forms library svelte svelte-v3 typescript validation yup

Last synced: 2 months ago
JSON representation

📝. A lightweight library for managing forms in Svelte

Awesome Lists containing this project

README

        


Svelte forms lib logo


npm version


npm downloads


minified size


license

Svelte forms lib is a lightweight library for managing forms in Svelte, with an
Formik like API.

### Docs

Visit the documentation
website
to learn about the API and see examples.

### Contributions

Please feel free to submit any issue as means of feedback or create a PR for bug fixes
/ wanted features.

#### Commit message conventions

This project uses [`semantic-release`](https://github.com/semantic-release/semantic-release)
for versioning, which requires commit messages to adhere to a specific format.

The easiest way to write commit messages which adhere to the format is to use
our npm script:

```bash
npm run commit
```

### Join as contributor
See https://github.com/tjinauyeung/svelte-forms-lib/issues/30