Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webgme/svelte-jsonschema-form

A Svelte component for generating forms from JSON Schema.
https://github.com/webgme/svelte-jsonschema-form

json-schema svelte web-component web-forms webgme

Last synced: 5 days ago
JSON representation

A Svelte component for generating forms from JSON Schema.

Awesome Lists containing this project

README

        

# Svelte JSON Schema Form

This is a Svelte component for generating forms based on a JSON schema. Though designed with use in the [webgme-taxonomy](https://github.com/webgme/webgme-taxonomy) dashboard in mind, it should be reasonably generic enough to use elsewhere when wanting to create forms based on a JSON schema.

[Initial webgme-taxonomy issue](https://github.com/webgme/webgme-taxonomy/issues/235)

[Svelte JSON Schema Form Playground](https://webgme.github.io/svelte-jsonschema-form/)

## Similar Projects

- [react-jsonschema-form](https://rjsf-team.github.io/react-jsonschema-form/)
- [JSONForms](https://jsonforms.io/)

*Though it currently only contains this `SchemaForm` component, this repo could be expanded and renamed to include other related components, such as generic dashboard components or webgme-related web components.*