Components

Toast

Toast — a brief, self-dismissing notification that confirms the result of an action ("request sent", "changes saved") without interrupting what the user is doing. Use it for transient, low-stakes feedback that does not need acknowledgement; for information that must persist on the page use an Alert, and for a decision that must block the flow use a Dialog. Set the `tone` to match the outcome and keep the message to one short line, optionally with a single inline action such as undo.