Skip to content

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';

Displays toast notifications. Toast notifications are non-intrusive messages that appear briefly at the top of the page, overlaying content.

See toast usage guidelines.

This component has no props.