Yet another top progress loading bar component for Vue.js
npm install vue-top-progress> Yet another top progress loading bar component for Vue.js.
- Vue.js ^2.0.0
`` bash`
$ npm install vue-top-progressDemo
Demo
html
`Props
speedTransition speed, in ms. Default:
350easingTransition function. Default:
linearcolorColor of progress bar. Default:
#29dcolorShadowShadow of progress bar. If omitted, will use progress bar color.
errorColorColor of progress bar when status is error. Default:
#f44336heightHeight of progress bar. Default:
3trickleTurn off the automatic incrementing behavior by setting this to
false. Default: truetrickleSpeedHow often to trickle, in ms. Default:
250minimumMinimum percentage used upon starting. Default:
0.8maximumBy default behavior, when progress start, it will never get to 100% until
done or fail to be called. Setting this to adjust maximum percentage. Default: 97.5zIndexThe z-index of component. Default:
9999`