From 26ff215ca9e0aa677682104b17e8a143e1765c87 Mon Sep 17 00:00:00 2001 From: Ilya Semenov Date: Tue, 10 Oct 2023 13:03:48 +0700 Subject: [PATCH] Add valibotx and vue-valibot-form to ecosystem --- website/src/routes/guides/(get-started)/ecosystem/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/routes/guides/(get-started)/ecosystem/index.mdx b/website/src/routes/guides/(get-started)/ecosystem/index.mdx index 60ea0efd1..fd30aa69f 100644 --- a/website/src/routes/guides/(get-started)/ecosystem/index.mdx +++ b/website/src/routes/guides/(get-started)/ecosystem/index.mdx @@ -26,6 +26,7 @@ Use the button at the bottom left of this page to add your project to this ecosy - [Modular Forms](https://modularforms.dev/): Modular and type-safe form library for SolidJS, Qwik, Preact and React - [React Hook Form](https://react-hook-form.com/): React Hooks for form state management and validation - [vee-validate](https://vee-validate.logaretm.com/v4/): Painless Vue.js forms +- [vue-valibot-form](https://github.com/IlyaSemenov/vue-valibot-form): Minimalistic Vue3 composable for handling form submit ### Component libraries @@ -42,3 +43,4 @@ Use the button at the bottom left of this page to add your project to this ecosy ### Utilities - [@nest-lab/typeschema](https://github.com/jmcdo29/nest-lab/tree/main/packages/typeschema): A ValidationPipe that handles many schema validators in a class-based fashion for NestJS's input validation +- [valibotx](https://github.com/IlyaSemenov/valibotx): A collection of extensions and shortcuts to core valibot functions