From 85916b32002e4302cccd77fcf64574f34f2e8595 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 16 Oct 2024 23:22:53 +0200 Subject: [PATCH] docs: add zod-form-renderer to form integration docs (#3697) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48be7bf97..86dbd049c 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,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