StepperProps
Represents the props of the KendoReact Stepper component.
Name | Type | Default | Description |
---|---|---|---|
animationDuration? |
|
Sets the duration of the Stepper animation. Defaults to | |
children? |
|
Represents the children that are passed to the Stepper. | |
className? |
|
Specifies a list of CSS classes that will be added to the Stepper. | |
dir? |
|
Represents the | |
disabled? |
|
Disables the whole Stepper. | |
errorIcon? |
|
Specifies a custom icon that will be rendered inside the step for invalid steps. | |
errorSVGIcon? |
|
Specifies a custom SVG icon that will be rendered inside the step for invalid steps. | |
item? |
|
Overrides the default component responsible for visualizing a single item (see example). The default Component is: Step. | |
items |
|
The collection of steps that will be rendered in the Stepper (see example). | |
linear? |
|
Specifies the linear flow of the Stepper. (see example). | |
mode? |
|
Specifies the display mode of the Stepper (see example).
| |
onChange? |
|
The event handler that will be fired when the value is changed. | |
onFocus? |
|
The event handler that will be fired when a Step is focused. | |
orientation? |
|
Specifies the orientation of the Stepper (see example). The possible values are:
| |
selectOnFocus? |
|
Applicable for scenarios when keyboard is used for navigation. Indicates whether
the selection will change upon focus change or it will require additional action
(Enter or Space key press) in order to select the focused step. Defaults to | |
style? |
|
Sets additional CSS styles to the Stepper. | |
successIcon? |
|
Specifies a custom icon that will be rendered inside the step for valid steps. | |
successSVGIcon? |
|
Specifies a custom SVG icon that will be rendered inside the step for valid steps. | |
value |
|
Specifies the index of the selected Step. |