VProgress API
name | type | default |
|---|---|---|
boolean
| false | |
Positions the component absolutely within its parent, centering the progress indicator and placing details without affecting layout. | ||
string
| undefined | |
Applies specified color to the control’s background. Used on components that also support the color prop. - supports utility colors with or without | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
'top' | 'bottom' | 'top' | |
Controls the position of the details (label and value) relative to the progress indicator. | ||
boolean
| false | |
Hides the label text. | ||
boolean
| false | |
Hides the value text. | ||
boolean
| false | |
Constantly animates, use when loading progress is unknown. | ||
string
| undefined | |
Text displayed alongside the progress indicator and placed in | ||
string | number | 100 | |
Sets the maximum value for the progress indicator. | ||
string | number | 0 | |
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
boolean
| false | |
MISSING DESCRIPTION (edit in github) | ||
string
| undefined | |
Specify a theme for this component and all of its children. | ||
'linear' | 'circular' | 'linear' | |
Determines which progress indicator to render. | ||
| string | ((ctx: { value: number; max: number; percent: number }) => string) | '[percent]%' | |
Formatter for the visible value text and | ||
Provides the current value of the component. | ||
Slot for custom label content. | ||
Slot for custom value content. | ||