Skip to main content

Section


Section elements introduce labeled groups of related fields or content. These elements typically appear as headers in panels or forms, helping organize content visually and semantically.

Section element showing 'Section, card title'

Properties

PropertyValueDescription
TypeSectionUI component type
GroupTextBelongs to the "Text" group in UI catalog
Identifier44Unique element ID
PreviewSee image preview above
Text, IconYSupports plain text or titles
MaxLinesSupports multiline labels or subtitles
Read-onlyDoes not support user interaction
EventNo event handling logic
ListNot a list container
ChildrenNo nested components
ShadeNo background shading
ValueOptional label content
MinNo minimum constraint
MandatoryOptional element

Usage Example

<SectionHeader title="Filter" />

SDK Integration

The Filter Panel uses this element. It appears with the SDK method:

Method: /profile/appointments/filter

Enables users to filter the appointments list using criteria such as date, patient name, and status. The filter panel includes grouped sections and responds to both desktop and mobile layouts.


Example UI Placement

LevelIDTypeValueDescription
D-1filter-sectionSectionFilterTitle for the filter side panel

Notes

  • Use section elements to introduce logical groups of fields in forms or panels.
  • On mobile, section headers remain visible in full-screen overlays.
  • On desktop, section headers help separate field groups in compact panels.