hilongjw / vue-progressbar

A lightweight progress bar for vue
http://hilongjw.github.io/vue-progressbar
MIT License
1.46k stars 162 forks source link

Customisable Position? #55

Open ChadTaljaardt opened 7 years ago

ChadTaljaardt commented 7 years ago

I don't want the progress-bar to be at the very top of my page but rather wherever i place it in the html, for instance under my main header on my webpage.

Is this possible?

grishkovelli commented 6 years ago

@ChadTaljaardt I had the same issue, you can use your custom class for this.

<vue-progress-bar class="your_custom_class"></vue-progress-bar>