There was an error while loading. Please reload this page.
1 parent 4b1922a commit 3fcb20fCopy full SHA for 3fcb20f
packages/docs/components/ecosystem.tsx
@@ -99,6 +99,12 @@ const formIntegrations: ZodResource[] = [
99
description: "Svelte 5 library for creating forms based on JSON schema.",
100
slug: "x0k/svelte-jsonschema-form",
101
},
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
+ },
108
];
109
110
const zodToXConverters: ZodResource[] = [
0 commit comments