-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
ComponentsChanges or issues affect the design-system-react-components packageChanges or issues affect the design-system-react-components package
Milestone
Description
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')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ComponentsChanges or issues affect the design-system-react-components packageChanges or issues affect the design-system-react-components package