-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Progress Bars
georgeMuraveiAlkh edited this page Oct 27, 2017
·
17 revisions
We have a wonderful progress bars for you!
<vuestic-progress-bar type="vertical" ref="vBasic" colorName="warning"></vuestic-progress-bar>
// set duration of animation
this.$refs['vBasic'].$data.valueAnimationInterval = this.valueAnimationInterval
// set current value of progress bar
this.$refs['vBasic'].$data.value = 100
ref: String -- Name of your progress bar in
$refs
type: String -- ( default:horizontal
)vertical
,hirizontal
orcircle
bar. colorName: String -- Color name. Supported colors:primary
,danger
,info
,success
,warning
,white
,black
,lighterGray
startColorName: String -- Color on starts of progress bar. Colors same ascolorName
backgroundColorName: String -- Color of background. Colors same ascolorName