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
Property | Value | Description |
---|---|---|
Type | Title | UI component type |
Identifier | 51 | Unique element ID |
Group | Text | Part of the Text group |
Value | No dynamic value | |
Mandatory | Not applicable | |
Error | Not applicable | |
Min | Not constrained | |
Max | Lines | Line limit may apply |
Read-only | Always static text | |
List | Not a list item | |
Text, Icon | Y | Supports styled title text with optional icon |
Children | Not a container element | |
Event | Does not emit interaction events | |
Shade | No 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
Level | Reference | Type | Value | Description |
---|---|---|---|---|
1 | — | Title | Welcome to Air Doctor | Headline 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.