UNPKG

jsonform

Version:

Client-side JavaScript library that generates HTML forms from structured data models expressed using a JSON schema, possibly completed by a form layout description.

17 lines 202 B
{ "schema": { "field": { "type": "string", "title": "A field" } }, "form": [ { "key": "field" }, { "type": "submit", "title": "Submit" } ] }