Svelte forms lib is a lightweight library for managing forms in Svelte, with an Formik like API.
Visit the documentation website to learn about the API and see examples.
Please feel free to submit any issue as means of feedback or create a PR for bug fixes / wanted features.
This project uses 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:
npm run commit
See #30