Skip to main content

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

PropertyValueDescription
TypeRegularUI component type
GroupTextBelongs to the "Text" group in UI catalog
Identifier41Unique element ID
PreviewSee image preview above
Text, IconYCan include icons or inline indicators
MaxLinesAutomatically wraps long values across lines

Example UI Placement

LevelReferenceTypeValuePlacement
2emailRegularEmailInline in profile details
2statusRegularStatusInline status label
1user-iconRegular[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.