StepperProps
Represents the props of the Kendo UI for Vue Stepper component.
Name | Type | Default | Description |
---|---|---|---|
animationDuration? |
|
Sets the duration of the Stepper animation. Defaults to | |
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. | |
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:
| |
progress? |
|
Specifies the current progress of the ProgressBar inside the Stepper. If not defined it is equal to the current value. | |
progressTotal? |
|
The maximum value of the ProgressBar inside the Stepper. If not defined it is equal to the number of steps defined. | |
successIcon? |
|
Specifies a custom icon that will be rendered inside the step for valid steps. | |
value |
|
Specifies the index of the selected Step. |