Toast API
Import
Section titled “Import”Cimpress UI exports two toast-related APIs:
toastQueue
: queue of toasts, used to add toasts.ToastRegion
: renders a region that displays toasts.
import { UNSTABLE_toastQueue, UNSTABLE_ToastRegion } from '@cimpress-ui/react';
API reference
Section titled “API reference”ToastRegion
Section titled “ToastRegion”Displays toast notifications. Toast notifications are non-intrusive messages that appear briefly at the top of the page, overlaying content.
This component has no props.