We have a wonderful progress bars for you!
- <vuestic-progress-bar
- :value="75"
- text="circle"
- type="circle"
- theme="Info"
- :animated="true"
- background-theme="White"
- />
Props
value
- Number - defines level of scale filling. This number is also displayed in progress bar label, if 'text' property is not mounted directly.text
- String - name, that displayed in progress bar labeltype
- String (default:horizontal
) -vertical
,horizontal
orcircle
barsize
- String (default:basic
) -thin
,thick
orbasic
height of horizontal progress bar and width of vertical progress bartheme
- String (default:Primary
) - name of theme, that sets color of progress bar scale. All list of themes contains there.backgroundTheme
- String (default:White
) - name of theme, that sets background color of circle progress bar.disabled
- Boolean - defines if progress bar disabled or not.animated
- Boolean - defines if progress bar scale mounted at once or gradually.
Find DEMOs here!