Skip to main content

Variable: toast

@arolariu/components


@arolariu/components / toast

Variable: toast

const toast: ToastApi

Defined in: components/ui/toast.tsx:661

Imperative toast API for creating transient notifications outside React render flows.

Remarks

Built on Base UI's toast manager and preserved as a drop-in replacement for the previous sonner export surface.

Example

toast.success("Profile updated");

See

Base UI Toast Docs

// was this page useful?