Text Builder

Text field components allow users to enter and modify information.

Text-Editor.json
{
    "FieldName": "FirstName",
    "Label": "First Name",
    "InputType": "Text",
    "IsReadOnly": false,
    "IsRequired": true,
    "DefaultValue": "",
    "Variant": "Text",
    "GridPosition": {
      "xs": 12,
      "sm": 6,
      "md": 4,
      "lg": 4
    }
  }

Last updated