-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Progress Bars
AlexanderBoriskin edited this page Aug 1, 2018
·
17 revisions
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 label -
type
- String (default:horizontal
) -vertical
,horizontal
orcircle
bar -
size
- String (default:basic
) -thin
,thick
orbasic
height of horizontal progress bar and width of vertical progress bar -
theme
- 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.