We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3e87b commit 100e9aaCopy full SHA for 100e9aa
packages/docs/components/ecosystem.tsx
@@ -72,6 +72,12 @@ const formIntegrations: ZodResource[] = [
72
description: "Making SvelteKit forms a pleasure to use!",
73
slug: "ciscoheat/sveltekit-superforms",
74
},
75
+ {
76
+ name: "zod-validation-error",
77
+ url: "https://github.com/causaly/zod-validation-error",
78
+ description: "Generate user-friendly error messages from ZodError instances.",
79
+ slug: "causaly/zod-validation-error",
80
+ },
81
];
82
83
const zodToXConverters: ZodResource[] = [];
0 commit comments