ProgressBarProps
Represents the props of the Kendo UI for Vue ProgressBar component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Specifies the animation settings of the ProgressBar. Defaults to | |
ariaLabel? |
|
The accessible label of the component. | |
className? |
|
Specifies a list of CSS classes that will be added to the progress bar element. | |
dir? |
|
Represents the | |
disabled? |
|
Sets the disabled state of the progress bar. See examples (here). | |
emptyClassName? |
|
Sets additional classes to the inner element which represents the empty portion of the progress bar. See examples (here). | |
emptyStyle? |
|
The styles that are applied to the inner element which represents the empty portion of the progress bar. See examples (here). | |
label? |
|
Overrides the default label (see example). | |
labelPlacement? |
|
Sets the position of the progress status label. Defaults to | |
labelRender? |
|
Overrides the default label template (see example). | |
labelVisible? |
|
Sets the visibility of the progress status label. Defaults to | |
max? |
|
The maximum value of the progress bar. Defaults to | |
min? |
|
The minimum value of the progress bar. Defaults to | |
orientation? |
|
Defines the orientation of the progress bar.
See examples (here) .
Defaults to | |
progressClassName? |
|
Sets additional classes to the inner element which represents the full portion of the progress bar. See examples (here). | |
progressStyle? |
|
The styles that are applied to the inner element which represents the full portion of the progress bar. See examples (here). | |
reverse? |
|
If set to | |
tabIndex? |
|
Sets the | |
value? |
|
Sets the value of the progress bar. Has to be between |