Skip to content

fancyboynet/vue-router-progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-router-progressbarnpm

One easy to use progressbar plugin for vue-router

Install

yarn add vue-router-progressbar

Usage

import "vue-router-progressbar/dist/index.css";
import VueRouterProgressbar from "vue-router-progressbar";
Vue.use(VueRouterProgressbar, options) // all instance config 
<router-progressbar :options="options" /> <!-- this instance config -->

Options

{
    zIndex: 10000,
    top: 0,
    height: '3px',
    color: '#42b983',
    startEasing: 'ease-out',
    startDuration: '10s',
    endEasing: 'ease-out',
    endDuration: '.25s'
}

About

One easy to use progressbar plugin for vue-router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published