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.

14 lines 167 B
{ "schema": { "pwd": { "type": "string", "title": "Your secret" } }, "form": [ { "key": "pwd", "type": "password" } ] }