Skip to main content

System Popup

A default popup provided within the app. You can also display content in the Body area that fits the service context.

pop_anatomy.svg

1. Root : The top-level container area that wraps the Popup component
2. Title : Area where the main text of the popup is displayed
3. Description : Main text the dialog intends to convey to the user (Optional)
4. Confirm Action : Button to acknowledge the popup’s message or to link to another entry point
5. Cancel Action : Button to cancel or close the popup (Optional)



Properties

PropertyValueDescription
HeaderIcon, SubTitle, DescriptionIf true, Header is shown
BodyBooleanIf true, displays the content set between Header and Body
SizeLarge, MediumPopup size types
Button AlignSingle / Vertical / HorizontalOptions based on button alignment

pop_size.svg pop_align.svg

Body Contents

The Body area can display key popup items meant for the user.

pop_contents.svg