Skip to main content

Panel

The Panel Component creates a container that can group related content in a visually distinct way. It supports theming (such as warnings or informational styles), collapsibility, and custom styling, making it ideal for highlighting sections of a form, displaying grouped content, or emphasizing essential notices.

Panel

The options available to configure the Panel element are separated into two categories:

  • Display

  • Conditional

Display

ParameterDescription
TitleThe title text that appears in the header of this panel.
ThemeSelects the visual styling of the panel. Available themes include Default, Primary, Danger, Info, and Warning.
TooltipProvides additional context or help text shown on hover.
Custom CSS ClassCustom CSS class to apply specific styling.
CollapsibleIf checked, users can expand/collapse the panel.
HiddenHides the panel from the form without removing it from the configuration.
Hide LabelHides the title of the panel in the rendered form.
DisabledDisables the form input.

Conditional

ParameterDescription
This Component should displayTrue - the component will display in the form.
False – the component will not display.
When the form componentSelect what component within the form will execute the condition. For example, Submit.
Has the valueThe data entry of the field that executes the condition.