From 576d864617ee2b9d7fb92d9cc2dcebfc437fa8e6 Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Sun, 26 Oct 2025 22:45:36 -0400 Subject: [PATCH] Add Formisch form library to README Added Formisch form library to the list of resources. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79fdbf7..38e9f52 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ A curated list of awesome things related to Vue 3 - [V-privacy](https://github.com/fchancel/v-privacy) - A Vue 3 plugin that allows you to manage the privacy of an HTML element by blurring its content and optional encrypt node text data in DOM. - [Vuersatile Components](https://www.andres-brugarolas.com/vuersatile-components/) - A Vue 3 component library, with form self-validation and a SCSS framework integrated. - [Vue 3 Easter Egg Trigger](https://github.com/webdevnerdstuff/vue3-easter-egg-trigger) - This packages makes it nice and easy to add Easter Egg triggers to your Vue3 site. +- [Formisch](https://formisch.dev/vue/guides/introduction/) - A form library with focus on performance, type safety and bundle size ## Examples