packages/react-components/react-toast/stories/src/Toast/ToastDescription.md
A Toasts displays temporary content to the user. Toasts are rendered as a separate surface that can be dismissed by user action or a application timeout. Toasts are typically used in the following situations:
The Fluent UI Toast component uses an imperative API. Once a Toaster has been rendered, you can use the
useToastController hook to get access to imperative methods to dispatch a Toast. The Toast component itself
is simply a layout component.
⚠️ In order for notifications that use toast to be fully accessible, developers should make the notifications available on a permanent surface too. One of the ways to do this in an application is to implement a notification centre.
For live region debugging help, check our Debugging Notifications docs page.
politeness setting to differentiate urgent and non-urgent messagesassertive politeness