apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

Vanilla JS progress bar #130

Open railmedia opened 8 months ago

railmedia commented 8 months ago

Issues #94 & #126

Use like so:

Toastify({ ... progressBar: true, progressBarStyle: {background: 'gray', barBackground: 'red', height: '5px'}, progressBarPosition: 'bottom', // 'top' or 'bottom' ... }).showToast();

amanfrinati commented 7 months ago

Oh! Very interesting! I also need this feature!

epulla commented 7 months ago

Me too! a progress bar will definitely be a great feature to add

railmedia commented 7 months ago

Hopefully this gets merged. I'm already using this modified version on a project, but if it gets merged and added to npm, I'll add it as a dependency on my end.