Skip to main content

Extra


The Extra element displays a subtitle or supporting text. Use this element to show secondary information, such as warnings, explanatory notes, or optional instructions. Extra content appears in a subdued visual style to differentiate it from primary content.

Extra text element with subtitle-style rendering

Properties

PropertyValueDescription
TypeExtraUI component type
GroupTextPart of the Text group
Identifier16Unique element ID
PreviewDisplays the element as a subtitle
MaxLinesMay wrap across multiple lines
Text, IconYSupports text and optional inline icons
ValueNot a data-entry element
MandatoryOptional
ErrorNo validation behavior
MinNot applicable
Read-onlyAlways displays as static text
ListNot a list element
ChildrenDoes not accept nested elements
EventDoes not emit interaction events
ShadeNo shaded background

Usage Example

<Extra>Note: the account will be disabled during this period.</Extra>

SDK Integration

The Cancel Appointment screen uses this element to display contextual information about scheduling and account state.

Method: /profile/appointments/{id}/cancel

When the user selects a reason such as vacation, the Extra element displays a message informing that the account will be temporarily disabled.


Example UI Placement

LevelIDTypeValueDescription
1noteExtraNote: the account will be disabled…Explains the effect of the selected reason

Notes

  • Use Extra elements to inform without drawing primary focus.
  • Combine with Radio, Date, or Button elements to complete full form layouts.
  • Avoid embedding action prompts inside this element.