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. Example: jsx
| |
className? |
|
Adds a list of CSS classes to the progress bar element. Example: jsx
| |
dir? |
|
Sets the Example: jsx
| |
disabled? |
|
Determines whether the progress bar is in a disabled state. See examples (here) and (here). Example: jsx
| |
emptyClassName? |
|
Adds additional CSS classes to the inner element representing the empty portion of the progress bar. See examples (here) and (here). Example: jsx
| |
emptyStyle? |
|
Specifies the styles applied to the inner element representing the empty portion of the progress bar. See examples (here) and (here). Example: 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 Example: jsx
| |
min? |
|
Specifies the minimum value of the progress bar. Defaults to Example: jsx
| |
orientation? |
|
Specifies the orientation of the progress bar. Can be Example: jsx
| |
progressClassName? |
|
Adds additional CSS classes to the inner element representing the full portion of the progress bar. See examples (here) and (here). Example: jsx
| |
progressStyle? |
|
Specifies the styles applied to the inner element representing the full portion of the progress bar. See examples (here) and (here). Example: jsx
| |
reverse? |
|
If set to Example: jsx
| |
style? |
|
Applies additional CSS styles to the progress bar. Example: jsx
| |
tabIndex? |
|
Sets the Example: jsx
| |
value? |
|
Sets the current value of the progress bar. Must be between the Example: jsx
|