Create Forms Based on JSON Schemas
"
svelte-jsonschema-form
is a Svelte 5 library for creating forms based on JSON schema. At its core, it's a Svelte 5 component with a set of integrations:
- Ajv / Zod /
@cfworker/json-schema
validatorsdaisyui
,flowbite-svelte
,shadcn-svelte
,@skeletonlabs/skeleton
themes- SvelteKit actions
The library is an unofficial port of
react-jsonschema-form
."
Roman Krasilnikov