UNPKG

@mistio/mist-form

Version:

A Webcomponent that renders a form defined by a JSONSchema & an optional UISchema spec

15 lines 261 B
{ "jsonSchema": { "title": "Custom array of strings", "type": "array", "items": { "type": "string" } }, "uiSchema": {}, "formData": [ "react", "jsonschema", "form" ] }