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.

24 lines 337 B
{ "schema": { "search": { "type": "string", "title": "Search" } }, "form": [ "search", { "type": "actions", "items": [ { "type": "submit", "title": "Submit" }, { "type": "button", "title": "Cancel" } ] } ] }