Skip to main content

Function: Toast()

Toast(__namedParameters): any

Defined in: components/Toast/Toast.tsx:185

A single Feedback toast surface. Renders title, description, and a dismiss button.

This component is rendered by ToastRegion for each queued item — you rarely instantiate it directly. Use createToastQueue + queue.add(...) in application code, and place a single <ToastRegion /> at the root.

Parameters

ParameterType
__namedParametersToastProps

Returns

any