toastify-js icon indicating copy to clipboard operation
toastify-js copied to clipboard

Pure JavaScript library for better notification messages

Results 48 toastify-js issues
Sort by recently updated
recently updated
newest added

I thought of adding a hover effect for `toast-close` class (the X sign on the toast) to make it more visible on Desktop: ``` .toast-close:hover { opacity: 1; } ```...

``` In Index.js Toastify({ text: "This is a toast", duration: 3000, gravity: topbottomValue, position: leftrightValue, className: "info", }).showToast(); In index.css .info{ background-color: red; }

I cannot change box shadow and it's limited to blue color, please let me choose my own box shadow color. thanks!

Hi, compliments on a super easy to use package! For the project I'm using Toastify for, it would be great to have the option for `position: center` 🙏 I haven't...

is there a way to add small accept and decline buttons inside the toast ?? and also pin the toasts where they stay till they are clicked, rest of the...

Turns out we don't have proper support for selectors and therefore shadow elements inside the old school `toastify.js` file (as opposed to how it works in `toastify-es.js`. Simple fix to...

Current Implementation: ![image](https://user-images.githubusercontent.com/37034590/146869125-1d57a5f4-2922-40ae-9140-1eeb63006216.png) Should be; ![image](https://user-images.githubusercontent.com/37034590/146869800-11551d8a-59ea-4edf-b1b8-af25a4c6947e.png)

Hi, first of all thank you guys I wonder if there is a way or function to dismiss the toas from outside the toast, like the close button but external...

this library can have property like theme and so that the look and feel can be changed in semantic way without even create custom CSS in the toastify CSS. `...