Skip to content

Commit 3fcb20f

Browse files
authored
Add frrm to ecosystem (#5292)
1 parent 4b1922a commit 3fcb20f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ const formIntegrations: ZodResource[] = [
9999
description: "Svelte 5 library for creating forms based on JSON schema.",
100100
slug: "x0k/svelte-jsonschema-form",
101101
},
102+
{
103+
name: "frrm",
104+
url: "https://www.npmjs.com/package/frrm",
105+
description: "Tiny 0.5kb Zod-based, HTML form abstraction that goes brr.",
106+
slug: "schalkventer/frrm",
107+
},
102108
];
103109

104110
const zodToXConverters: ZodResource[] = [

0 commit comments

Comments
 (0)