VProgress
Vuero provides a nice and clean <VProgress />
component that can be used almost anywhere, across a wide variety of layouts. Use the size
prop to change the progress bar thickness. 3 size modifiers are available: tiny
, smaller
and small
.
VProgress colors
Vuero provides a nice and clean <VProgress />
component that can be used almost anywhere, across a wide variety of layouts. Use the color
prop to change the progress bar color. 5 color modifiers are available: primary
, success
, info
, warning
and danger
.
Undeterminate progress
In some particular use cases, you might want to show an undetermined progress. If you want your progress bars to show an undetermined state, you just need to omit the value
prop. The CSS will take care of the rest.