Toast

GuidelinesReact

When to use

  • To display temporary short messages.
  • To react to user input (let users know something is happening).

When not to use

  • If the message should stay on the screen—use an alert.
  • When you want to include an action—use an alert.
  • When an action is necessary before continuing—use a modal or dialog.

Component status

Released
Released
Released
Released

Behavior

Use for non-critical messages

Not actionable

Content