Regular
The Regular element displays general-purpose text, such as labels, descriptions, status messages, or account metadata. This text block does not support editing and typically appears inline with other UI components.

Properties
Property | Value | Description |
---|---|---|
Type | Regular | UI component type |
Group | Text | Belongs to the "Text" group in UI catalog |
Identifier | 41 | Unique element ID |
Preview | ✓ | See image preview above |
Text, Icon | Y | Can include icons or inline indicators |
Max | Lines | Automatically wraps long values across lines |
Example UI Placement
Level | Reference | Type | Value | Placement |
---|---|---|---|---|
2 | Regular | Inline in profile details | ||
2 | status | Regular | Status | Inline status label |
1 | user-icon | Regular | [Portrait] | Top-left of profile |
SDK Integration
The Doctor Details screen uses this component to render non-editable text in the account header and information blocks.
Method: /account/doctor/details
Returns metadata for the current session user. Values returned from the API are assigned to Regular elements for email, account status, and other non-editable fields.
Notes
- Best used for read-only text or system-provided values.
- Supports dynamic content binding based on SDK responses.
- Appears in profile and session-related flows.