Related pages: Message Popups
Table of Contents |
---|
Description
A toast is a small message box that appears in response to users or systems actions. It contains simple feedback about the action, while any current activity remains visible and interactive.
Types
Type | Usage | Example |
---|---|---|
Info | General information related to an action | |
Success | Actions that were completed successfully | |
Warning | System warnings or actions that may cause a problem | |
Error | System errors or actions that failed to complete | |
Continuous Action | An action that takes more than 3 seconds (exact duration TBD) |
Usage & Behaviour
General guidelines
Toasts are triggered either by the user (e.g. refreshing a data table) or by the system (e.g. server error).
Toasts appear from the left side of the screen with a slide effect.
Error toasts stay on the screen until the user actively closes them warnings?
Other toasts disappear automatically after a few seconds with a fade effect (the user can still close them manually)
...