From edc7d74448ec121d4a386e911a1dfe9040e08582 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 9 Aug 2024 12:48:47 +0200 Subject: [PATCH] docs: add zod-form-renderer to form integration docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5a7c54c2..102bee6ff 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`sveltekit-superforms`](https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation. - [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod. - [`@vee-validate/zod`](https://github.com/logaretm/vee-validate/tree/main/packages/zod): Form library for Vue.js with Zod schema validation. +- [`zod-form-renderer`](https://github.com/thepeaklab/zod-form-renderer): Auto-infer form fields from zod schema and render them with react-hook-form with E2E type safety. #### Zod to X