You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using svelte -toast library https://zerodevx.github.io/svelte-toast/ , but toastify-js is what i really wanted a pure js library so that i don't have to work around and keep adding html and css everywhere. indeed a very useful and wonderful idea . great work guys. thanks to all contributors. I was wondering if i can contribute in it to add progress bar like here https://zerodevx.github.io/svelte-toast/ .
Please let me know your views ideas of if anyone can add it it will be good too.
I think this feature will add good value.
The text was updated successfully, but these errors were encountered:
@apvarun I've implemented this feature, but with css variables and css animation. That breaks the IE10,11 compatibility.
If removing IE from the supported browsers list if fine, I'll create a pull request.
I was using svelte -toast library https://zerodevx.github.io/svelte-toast/ , but toastify-js is what i really wanted a pure js library so that i don't have to work around and keep adding html and css everywhere. indeed a very useful and wonderful idea . great work guys. thanks to all contributors. I was wondering if i can contribute in it to add progress bar like here https://zerodevx.github.io/svelte-toast/ .
Please let me know your views ideas of if anyone can add it it will be good too.
I think this feature will add good value.
The text was updated successfully, but these errors were encountered: