npx shadcn@latest add @dotui/toastimport { ToastProvider, toastManager } from "@/components/ui/toast";<ToastProvider />;
toastManager.add({
title: "Your message has been sent.",
});
toastManager.add({
title: "Changes saved",
description: "Your update is live.",
type: "success",
});No examples yet.
| Prop | Type | Default | |
|---|---|---|---|
Omit<DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> | — | ||
ToastData | — | ||
ToastManagerPositionerProps | — | ||
"high" | "low" | 'low' | ||
number | 5000 | ||
ReactNode | — | ||
"ending" | "starting" | — | ||
string | — | ||
Last updated on 6/4/2026