• Stars
    star
    602
  • Rank 74,409 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ“. A lightweight library for managing forms in Svelte

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 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

Join as contributor

See #30