Skip to main content

Title


The Title element displays large, high-priority headings. It anchors sections and screens with visually prominent text. This component is typically used for page headers and standalone welcome titles.


Properties

PropertyValueDescription
TypeTitleUI component type
Identifier51Unique element ID
GroupTextPart of the Text group
ValueNo dynamic value
MandatoryNot applicable
ErrorNot applicable
MinNot constrained
MaxLinesLine limit may apply
Read-onlyAlways static text
ListNot a list item
Text, IconYSupports styled title text with optional icon
ChildrenNot a container element
EventDoes not emit interaction events
ShadeNo background shading

Usage Example

<Title>Welcome to Air Doctor</Title>

SDK Integration

The Welcome screen uses this element in its branding layout. It links to the following route:

Method: /profile/appointments/welcome

Displays a placeholder when no appointment is selected in the desktop list. The screen includes an illustration, spacers, and a Title component.


Example UI Placement

LevelReferenceTypeValueDescription
1TitleWelcome to Air DoctorHeadline for placeholder screen

Notes

  • Avoid overusing large titles within narrow containers.
  • Combine with Spacer and Illustration components to create onboarding or empty-state screens.
  • Supports single-line or wrapped headline styles.