UNPKG

formgen-react

Version:

Formula generator with JSON for react. UI Fabric controls are used for rendering

19 lines (15 loc) 325 B
{ "$schema": "../../schemas/jfrom-schema.json", "id": "testform", "title": "Test", "rows": [{ "columns": [{ "label_with": 4, "controls": [{ "id": "control1", "control_type": [ "InfoText"], "title": "This is a info text" }] }] }] }