Toast
Noun · Development
Definitions
A small, non-blocking notification that appears briefly at the edge of the screen (typically bottom or top-right) to inform the user of an event — such as a successful save or an error — and automatically dismisses itself after a few seconds.
In plain English: A small pop-up message that briefly appears on screen to tell you something happened, then disappears on its own.
Example: "Show a success toast when the file uploads, but use a modal for destructive actions like delete."