Designpedia
All terms
Overlays & Surfaces

Toast

also known as toast notification, toast message

A toast is a small, transient notification that appears briefly (a few seconds) to give lightweight feedback, then disappears automatically without needing user action. It's non-blocking and non-interactive. On Android, 'Toast' is specifically a system message with no buttons and no swipe-to-dismiss.

See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
In strict Material terms a toast has no action button and can't be swiped away, while a snackbar can hold one action and be dismissed. A banner is persistent and stays until resolved. Casually, 'toast' is often used for any auto-dismissing message.
In the wild
The 'Copied to clipboard' message that briefly appears is a toast.
Tags
Sources