ChunkProgressBarProps
Represents the props of the KendoReact ChunkProgressBar component.
Name | Type | Default | Description |
---|---|---|---|
ariaLabel? |
|
Provides an accessible label for the component. jsx
| |
chunkCount? |
|
|
Defines the number of chunks into which the ChunkProgressBar is divided. Defaults to jsx
|
className? |
|
Adds a list of CSS classes to the progress bar element. jsx
| |
dir? |
|
Sets the jsx
| |
disabled? |
|
Determines whether the progress bar is in a disabled state. See examples (here) and (here). jsx
| |
emptyClassName? |
|
Adds additional CSS classes to the inner element representing the empty portion of the progress bar. See examples (here) and (here). jsx
| |
emptyStyle? |
|
Specifies the styles applied to the inner element representing the empty portion of the progress bar. See examples (here) and (here). jsx
| |
max? |
|
|
Specifies the maximum value of the progress bar. Defaults to jsx
|
min? |
|
|
Specifies the minimum value of the progress bar. Defaults to jsx
|
orientation? |
|
|
Specifies the orientation of the progress bar. Can be jsx
|
progressClassName? |
|
Adds additional CSS classes to the inner element representing the full portion of the progress bar. See examples (here) and (here). jsx
| |
progressStyle? |
|
Specifies the styles applied to the inner element representing the full portion of the progress bar. See examples (here) and (here). jsx
| |
reverse? |
|
|
If set to jsx
|
style? |
|
Applies additional CSS styles to the progress bar. jsx
| |
tabIndex? |
|
Sets the jsx
| |
value? |
|
|
Sets the current value of the progress bar. Must be between the jsx
|