Lead: Liav Nadler ONGOING
Related components: Toast, Dialog
...
...
...
...
Table of Contents |
---|
Description
A message popup is a small modal window containing a warning, error message, help text or other important information
Usually it appears on user's action (e.g. clicking help icon) and it must be dismissed by the user
The popup may contains these elements:
- Header, including a title (e.g. "Warning") and a closing icon
- Icon (e.g. question mark icon for help)
- The message text
- Primary action button (Usually OK)
- Cancel button (when relevant)
Types
Type | Example |
---|---|
Help | |
Information | |
Warning | |
Error |
...