Skip to content

Toast #615

@mkernohanbc

Description

@mkernohanbc

A toast is a temporary alert that displays a context-specific message to the user. It normally appears in the bottom right of the screen.

A toast should:

  • Expire and be automatically dismissed after n seconds
  • Be manually dismissable by the user
  • Be automatically dismissed if it is no longer relevant because of some other change in the system

It should be implemented based on RAC Toast and/or the useToast API.

Example use-cases for toast messages:

  • Displaying a temporary error message
  • Visualising progress of a process (eg. 'save')
  • Confirming the completion of an operation (eg. 'submitted')

Metadata

Metadata

Assignees

No one assigned

    Labels

    ComponentsChanges or issues affect the design-system-react-components package

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions