Last modified: Feb 22, 2025

Panel

The panel component can be used to display important information to the user.

The different variants of the Panel component:

FormLayout.json example

{
  "id": "panelinfo",
  "type": "Panel",
  "textResourceBindings": {
    "title": "Info text",
    "body": "Some important information here"
  },
  "variant": "info",
  "showIcon": false
}

variant can be one of the following:

  • info
  • success
  • warning

showIcon can be used to hide/show the icon. By default the icon will be shown.