Skip to main content

Header


The Header element displays a bold, high-contrast label that separates logical sections in the Doctor App UI. It does not support user input. Use this element to group related content and make information easier to read.

Properties

PropertyValueDescription
TypeHeaderUI component type
GroupVirtualNot part of data capture; used for layout/visuals
Identifier37Unique element ID
PreviewDisplays sample UI (see image)
ValueDoes not accept user input
MandatoryNot applicable
ErrorNot applicable
MinNot applicable
MaxNot applicable
Read-onlyAlways read-only
Text, IconYSupports label and optional icon
ChildrenYCan visually contain grouped child elements
EventNo event handling
ShadeNo background shading
ListNot a list item

Example Usage

<Header label="Appointments" icon="calendar" />

Used to introduce major sections such as Appointments, Summary, or Charges.


Notes

  • Use sparingly to break up complex screens.
  • Aligns visually with Section and Title elements for structural clarity.