Options
NameTypeRequired
titlestring
descriptionstring
export default {
  "fields": [
    {
      "component": "sub-form",
      "title": "Subform",
      "description": "This is a subform",
      "name": "subform",
      "fields": [
        {
          "name": "carrot",
          "label": "Carrot",
          "component": "text-field"
        }
      ]
    }
  ]
};

This component also accepts all other original props, please see here!