Skip to main content
Version: 2.0 (Latest)

controlled

Theme

toast.success("Light theme applied.", { 
theme: "light",
});

Click the button below to trigger a toast:


Title

toast.success("Show toast With title", {
title: true,
});

Click the button below to trigger a toast:


CLose

toast.success("Show toast With close button", {
closable: true,
});

Click the button below to trigger a toast:


Progress

toast.success("Show toast without progress bar.", {
progress: false,
closable: true,
});

Click the button below to trigger a toast: