ProgressBarProps
Represents the props of the KendoReact ProgressBar component.
Definition
Package:@progress/kendo-react-progressbars
Properties
animation?
boolean | ProgressBarAnimation
Configures the animation settings of the ProgressBar. Defaults to false.
If set to a boolean, it enables or disables the default animation.
If set to a ProgressBarAnimation object, it allows customization of the slide animation duration in milliseconds.
false
ariaLabel?
string
Provides an accessible label for the component.
className?
string
Adds a list of CSS classes to the progress bar element.
dir?
string
Sets the dir HTML attribute to switch between LTR and RTL directions.
disabled?
boolean
emptyClassName?
string
emptyStyle?
CSSProperties
label?
ComponentType<LabelProps>
Provides a custom label component for the ProgressBar (see example).
labelPlacement?
"start" | "center" | "end"
Specifies the position of the progress status label. Defaults to end (see example).
"end"
labelVisible?
boolean
Determines whether the progress status label is visible. Defaults to true.
true
max?
number
Specifies the maximum value of the progress bar. Defaults to 100.
100
min?
number
Specifies the minimum value of the progress bar. Defaults to 0.
0
orientation?
"horizontal" | "vertical"
progressClassName?
string
progressStyle?
CSSProperties
reverse?
boolean
style?
CSSProperties
Applies additional CSS styles to the progress bar.
tabIndex?
number
Sets the tabIndex attribute of the progress bar for keyboard navigation.