Disclaimer
Disclaimer text appears inline to inform users about policies, data handling, or legal constraints relevant to the screen context. It usually appears below interactive components or document sections.

Properties
Property | Value | Description |
---|---|---|
Type | Disclaimer | UI component type |
Group | Text | Belongs to the "Text" group in UI catalog |
Identifier | 10 | Unique element ID |
Preview | ✓ | See image preview above |
Max | Lines | Text can span multiple lines |
Text, Icon | Y | Can display icon or label |
Usage Example
<DisclaimerText icon label="Please read and acknowledge our terms before proceeding." />
SDK Integration
Used in appointment flows, chat screens, and document previews. For example, on the Appointment Details screen:
Method: /profile/appointments/{id}/details
Displays when a document or preview contains legal terms, eligibility info, or insurance caveats.
Example UI Placement
Level | Reference | Type | Value | Placement |
---|---|---|---|---|
3 | disclaimer | Disclaimer | Disclaimer text | Below viewer or fee section |
Notes
- Use only for non-interactive, informative content.
- Common placement: bottom of document, charge breakdown, or notes section.
- May appear conditionally based on document presence or user role.