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.

20 lines 287 B
{ "schema": { "text": { "type": "string", "title": "Some formatted text" } }, "form": [ { "key": "text", "type": "wysihtml5", "width": "100%", "height": "200px" }, { "type": "submit", "title": "Submit" } ] }