Alert dialog
In progress | Storybook link coming soon Alert dialogs are considered high-emphasis communication and should be used sparingly. High-priority feedback is urgent and requires immediate action. These messages are more noticeable and disruptive. They should draw attention or disrupt the user’s flow.Behavior
- Alert dialogs should be used to confirm a destructive action or a warning or issue that requires immediate action.
- Alert dialogs should not disappear or close until the user has confirmed the action or dismissed the dialog.
- Alert dialogs should not be used to confirm an action that the user can resolve in a separate context.