From 1c2aabba2c78cdf442ab2965b71aa32acc9e67ca Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Sat, 26 Oct 2024 13:24:44 +0200 Subject: [PATCH] Adds `frrm` package to documentation --- 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