New to KendoReactStart a free 30-day trial

Represents the props of the KendoReact ChunkProgressBar component.

Definition

Package:@progress/kendo-react-progressbars

Properties

Provides an accessible label for the component.

Defines the number of chunks into which the ChunkProgressBar is divided. Defaults to 5. Each chunk visually represents a portion of the progress bar.

Default:

5

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

Determines whether the progress bar is in a disabled state. See examples (here) and (here).

Adds additional CSS classes to the inner element representing the empty portion of the progress bar. See examples (here) and (here).

emptyStyle?

CSSProperties

Specifies the styles applied to the inner element representing the empty portion of the progress bar. See examples (here) and (here).

max?

number

Specifies the maximum value of the progress bar. Defaults to 100.

Default:

100

min?

number

Specifies the minimum value of the progress bar. Defaults to 0.

Default:

0

orientation?

"horizontal" | "vertical"

Specifies the orientation of the progress bar. Can be horizontal or vertical. Defaults to horizontal. See examples (here) and (here).

Default:

"horizontal"

Adds additional CSS classes to the inner element representing the full portion of the progress bar. See examples (here) and (here).

progressStyle?

CSSProperties

Specifies the styles applied to the inner element representing the full portion of the progress bar. See examples (here) and (here).

reverse?

boolean

If set to true, reverses the direction of the progress bar. Defaults to false. See examples (here) and (here).

Default:

false

style?

CSSProperties

Applies additional CSS styles to the progress bar.

tabIndex?

number

Sets the tabIndex attribute of the progress bar for keyboard navigation.

value?

null | number

Sets the current value of the progress bar. Must be between the min and max values. Defaults to 0. Set to null to enable the indeterminate state of the progress bar. See examples (here) and (here).

Default:

0