Variable: toast
@arolariu/components / toast
Variable: toast
consttoast: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
// was this page useful?