Show a progress bar in a modal

Hi there,

I have a fairly large for- loop in one of the callbacks of my app and I was looking for a possibility to show a progress bar based on the progress in the for loop. I also wanted to be able to cancel the callback.

I tweaked the example of the background callbacks a bit, this is the result. Maybe it helps somebody looking for something similar.

gif

7 Likes

Thanks for sharing, @AIMPED
I’m definitely going to use this when I need progress bars, which is pretty frequently :slight_smile:

1 Like

Pulled this code verbatim - thanks so much for the demo!

1 Like