From c1dd537baa9e4fad781ea365643399707fea91be Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Tue, 10 Dec 2024 05:01:07 +0200 Subject: [PATCH] Adds `frrm` package to documentation (#3818) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce4251d1f..83af7ed6b 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@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. - [`antd-zod`](https://github.com/MrBr/antd-zod): Zod adapter for Ant Design form fields validation. +- [`frrm`](https://github.com/schalkventer/frrm): Tiny 0.5kb Zod-based, HTML form abstraction that goes brr. #### Zod to X