Skip to content

Toast Notification

Toasts are short, time based notifications that slide in and out of a page. These are best to use for providing system level feedback and status.

Usage

Toast Notification

When to use

  • Useful to show system or application level feedbacks and status. For example, lost network, number of items exceeded etc.
  • Toasts display time based short and clear messages to user.
  • Use these to give feedback based on information, warning, success and error.

Dos and don'ts

  • Keep the message context-based and under two lines.
  • Appearance should be on the bottom right corner.
  • Make toasts last for minimum 4-5 seconds.
  • Toast notifications have a fixed width.

Where Toast Notifications may not help

  • Do not use for critical feedbacks.
  • Do not use toasts for synchronous/co-occurring tasks like showing progress.
  • Success toasts should not be used for every minor level use cases.

Except where otherwise noted, content on this site is licensed under MIT License.