Usage

Basic dialogs provide important prompts in a user flow, making sure people act on information.

  • Commonly used to confirm high-risk actions like deleting progress
  • Should be dedicated to completing a single task (ex: Are you sure you want to unsubscribe? Yes/No)

Closing the basic dialog

  • Upon completing the single task (ex: Are you sure you want to unsubscribe? Yes/No) focus should be returned to the button that launched the dialog or a meaningful next step in the application.

Material guidance