timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.86k stars 331 forks source link

Add option to configure dismiss time #180

Open Kangaroux opened 2 years ago

Kangaroux commented 2 years ago

Toasts seem to be removed after 1 second, which is a little problematic if you want to change the duration of the animation. Being able to configure this would be nice.

MertHaddad commented 2 years ago

@Kangaroux Here we go!

toast("Hey!", {
      icon: "🙌",
      duration: 1500,
    });