Dialog

An alert dialog displays critical information
that requires the user's input or interaction.

Ref to 207:4942
Ready to Use
Show details
Ready to Use
Published: August 31, 2023
Updated: March 05, 2024

Introduction

Alert dialogs present critical information that requires the user's acknowledgment or interaction. They overlay the interface, temporarily restricting any further interactions until the user takes appropriate action. The primary content behind the dialog is disabled (neutral.default at 50%) until the user actively engages with the dialog. The user can not close the dialog unless an action is taken.

Given that dialogs can disrupt the user's flow, it's essential to use them sparingly. Implement them only when it is imperative to have the user's undivided attention during the duration of the modal display.

  • Use dialogs if you need the user to interact with the provided information, e.g. prompting the user to update their payment information or asking permission for enabling location access.
  • Dialogs can also inform the user of critical informations related to their current task, e.g. informing them that an item added to their basket is out of stock

Usage

Ref to 207:4982
Ref to 207:5021
Ref to 207:5015
Ref to 207:5590
Ref to 207:4989
Ref to 209:5117
Ref to 214:5983
Ref to 214:5991

Mobile Specs

Ref to 207:4925
Ref to 207:5028

Also known as

Alert message, error message, alert notification, action dialog, action overlay, alert overlay

 

Related