Skip to content

Vanilla JS progress bar#130

Open
railmedia wants to merge 1 commit into
apvarun:masterfrom
railmedia:JSProgressBar
Open

Vanilla JS progress bar#130
railmedia wants to merge 1 commit into
apvarun:masterfrom
railmedia:JSProgressBar

Conversation

@railmedia

@railmedia railmedia commented Nov 30, 2023

Copy link
Copy Markdown

Issues #94 & #126

Use like so:

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

@amanfrinati

Copy link
Copy Markdown

Oh! Very interesting! I also need this feature!

@epulla

epulla commented Dec 13, 2023

Copy link
Copy Markdown

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

@railmedia

Copy link
Copy Markdown
Author

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.

@AStoker

AStoker commented Oct 28, 2024

Copy link
Copy Markdown
Contributor

Unfortunately right now there are two "versions" of the file. An ecmascript module version (es) and an old school factory function version. You need to modify both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants