Notification
Notifications communicate to users that an action or error has occurred when there would otherwise be little or no visual feedback in the interface.
Default
Use Notification
s to give feedback to users that an action has occurred.
Editable example
Best practices
- An action can be placed within a notification, such as the ability to undo a destructive action, or view content created by an action.
- If the
Notification
closes automatically on a timer, make sure any actions within the notification can be accessed via other means (such as a keyboard shortcut for undo, or an action elsewhere in the UI to open a cloned page). - Keep the copy short, clear, and concise. This is especially true for timed notifications, but also applies for notifications that require an interaction to dismiss. No one wants to try and read a massive notification that takes up a quarter of the screen.
Types
Editable example