Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tjinauyeung/svelte-forms-lib
- Owner: tjinauyeung
- License: mit
- Created: 2019-09-07T12:09:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T08:20:50.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:50:47.220Z (9 months ago)
- Topics: form-validation, forms, library, svelte, svelte-v3, typescript, validation, yup
- Language: JavaScript
- Homepage: https://svelte-forms-lib-sapper-docs.now.sh/
- Size: 3.26 MB
- Stars: 596
- Watchers: 12
- Forks: 57
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-svelte - svelte-forms-lib - A lightweight library for managing forms. (Utilities / Form)
- awesome-starred - tjinauyeung/svelte-forms-lib - 📝. A lightweight library for managing forms in Svelte (typescript)
README
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