ehpc / bootstrap-waitingfor

"Waiting for..." modal dialog with progress bar for Bootstrap
MIT License
138 stars 82 forks source link

Added Bootstrap 4 Support for progressType #32

Closed lukas-mertens closed 5 years ago

lukas-mertens commented 6 years ago

progressType didn't work with Bootstrap 4, because progress-bar-success was replaced by bg-success. I am simply adding both classes to deal with Bootstrap 3 & 4.

Reference: Bootstrap 4 Progress Bars

lukas-mertens commented 5 years ago

Because this PR was ignored for over a year, I made a fork with experimental bootstrap 4 support. Check it out here. It is available through npm install bootstrap-4-waitingfor. I hope this helps others like me, who are trying to use this plugin with bootstrap 4

ehpc commented 5 years ago

Thanks, @lukas-mertens! Sorry it took so long.