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