I think it would be great if the progress bar styling would not be applied to the element but rather via CSS classes, so we could style the progress bar by ourselves, by using .vue-progressbar together with modifier classes for .loading, .finish and .fail.
For example, my layout consists of a left nav bar and a content area. It would be nice if I could change the left: 0px to left: 50px without too much hassle.
I think it would be great if the progress bar styling would not be applied to the element but rather via CSS classes, so we could style the progress bar by ourselves, by using
.vue-progressbar
together with modifier classes for.loading
,.finish
and.fail
.For example, my layout consists of a left nav bar and a content area. It would be nice if I could change the
left: 0px
toleft: 50px
without too much hassle.