Progress bar with numbered steps - show steps for queues
See original GitHub issueProgress bar with numbered steps functionality will be useful beside modal queues:
I’m working on naming this functionality and currently I’m here:
1. Introduce 2 new parameters: progressSteps (array of strings)
and currentProgressStep (int)
, example:
progressSteps: [
'<i class="fa fa-check" aria-hidden="true"></i>', // nice ✅ symbol
'2',
'3'
],
currentProgressStep: 1
2. Introduce 4 new methods:
swal.getProgressSteps()
swal.setProgressSteps([])
swal.showProgressSteps()
swal.hideProgressSteps()
What do you think about this?
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Queue with Progress Steps - SweetAlert2 example
Queue with Progress Steps. Try me! Copy. const steps = ['1', '2', '3'] const Queue = Swal.mixin({ progressSteps: steps, confirmButtonText: 'Next >' ...
Read more >How to create multi step progress bar using Bootstrap
The multi-step progress bar is used to display the progress of work in a step format. For Example: Step1 -> Step2 -> Step3...
Read more >Step progress bar Tutorial, CSS. - YouTube
Don't miss our on whats new by following us on instagram at @kodhusco . Make sure to checkout Kodhus UI library: https://kodhus.
Read more >laravel queues batching with progress bar tutorial #3 - YouTube
In this video we are going to implement Laravel queues batching, So jobs in queues will be done in batches and from the...
Read more >Multiprocessing : use tqdm to display a progress bar
How can one display a progress bar that indicates at which step the 'map' function is ? from multiprocessing import Pool import tqdm...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not true, here’s the simple example with progress steps and without queue:
Done in v4.2.8