Skip to content
UIGrammer
EN 中文

Glossary · 27

Toast Notification

A toast notification is a brief, auto-dismissing message that confirms an action without blocking the interface.

A small transient message — success, error, undo — that appears in a corner and disappears without user action. Toasts must never block input or require dismissal; they stack bottom-right (or top-center on mobile) and cap at about three visible at once.

See also