ChunkProgressBarProps
Represents the props of the Kendo UI for Vue ChunkProgressBar component.
Definition
Package:@progress/kendo-vue-progressbars
Properties
ariaLabel?
string
The accessible label of the component.
chunkCount?
number
Sets the number of chunks into which the ChunkProgressBar will be split. Defaults to 5.
className?
string
Specifies a list of CSS classes that will be added to the progress bar element.
dir?
string
Represents the dir HTML attribute. This is used to switch from LTR to RTL.
emptyClassName?
string
Sets additional classes to the inner element which represents the empty portion of the progress bar. See examples (here).
emptyStyle?
object
The styles that are applied to the inner element which represents the empty portion of the progress bar. See examples (here).
max?
number
The maximum value of the progress bar. Defaults to 100.
min?
number
The minimum value of the progress bar. Defaults to 0.
orientation?
string
Defines the orientation of the progress bar.
See examples (here) .
Defaults to horizontal.
progressClassName?
string
Sets additional classes to the inner element which represents the full portion of the progress bar. See examples (here).
progressStyle?
object
The styles that are applied to the inner element which represents the full portion of the progress bar. See examples (here).
reverse?
boolean
If set to true, the progress bar will be reversed.
See examples (here).
Defaults to false.
tabIndex?
number
Sets the tabIndex property of the progress bar.