ProgressBarProps
Represents the props of the KendoReact ProgressBar component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
|
Configures the animation settings of the ProgressBar. Defaults to jsx
|
ariaLabel? |
|
Provides an accessible label for the component. 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
| |
label? |
|
Provides a custom label component for the ProgressBar (see example). jsx
| |
labelPlacement? |
|
|
Specifies the position of the progress status label. Defaults to jsx
|
labelVisible? |
|
|
Determines whether the progress status label is visible. Defaults to 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
|