Progress A vue component of ins-style progress bar Jul 23, 2018 1 min read vue-ins-progress-bar a vue component of ins-style progress bar. View demo Download Source Install npm i vue-ins-progress-bar Usage main.js import VueInsProgressBar from 'vue-ins-progress-bar' const options = { position: 'fixed', show: true, height: '3px' } Vue.use(VueInsProgressBar, options) JavaScript App.vue <template> <div id="app"> <router-view/> <vue-ins-progress-bar></vue-ins-progress-bar> </div> </template> <script> export default { name: 'App', mounted () { this.$insProgress.finish() }, created () { this.$insProgress.start() this.$router.beforeEach((to, from, next) => { this.$insProgress.start() next() }) this.$router.afterEach((to, from) => { this.$insProgress.finish() }) } } </script> Vue APIs this.$insProgress.start() // start the loading JavaScript this.$insProgress.finish() // finish the loading JavaScript this.$insProgress.height(4) // resize the height of loading bar to 4px JavaScript GitHub meloalright/vue-ins-progress-bar?? — Read MoreLatest commit to the undefined branch on unknownDownload as zip Progress
Progress bar A Highly customizable and responsive circular progressbar component for Vue 3 A Highly customizable and responsive circular progressbar component for Vue 3 25 March 2023
Progress A Reading Progress Bar Plugin For Vuepress A Reading Progress Bar Plugin For Vuepress 25 June 2022
Progress Add progressbar fields to your resources and dashboards in Nova Add progressbar fields to your resources and dashboards in Nova 22 April 2022