StepProps
Represents the props of the Kendo UI for Vue Step component.
Name | Type | Default | Description |
---|---|---|---|
className? |
|
Specifies a list of CSS classes that will be added to the Step element. | |
current? |
|
Specifies the current Step. | |
disabled? |
|
Specifies if the Step is disabled (see example). | |
errorIcon? |
|
Defines the name for an error icon in a Kendo UI for Vue theme. | |
errorSvgIcon? |
|
Defines an error SVGIcon to be rendered within the Step. | |
icon? |
|
Defines the name for an existing icon in a Kendo UI for Vue theme.
The icon is rendered inside the Step indicator by a | |
index? |
|
Sets the index of the Step that is used to identify it. | |
isValid? |
|
Specifies the validity of the step (see example). | |
label? |
|
Specifies the label of the Step (see example). | |
optional? |
|
Specifies if the step is optional. The validation is not applied to these steps (see example). | |
successIcon? |
|
Defines the name for an success icon in a Kendo UI for Vue theme. | |
successSvgIcon? |
|
Defines an success SVGIcon to be rendered within the Step. | |
svgIcon? |
|
Defines an SVGIcon to be rendered within the Step. | |
tabIndex? |
|
Sets the | |
text? |
|
Specifies the text content of the Step indicator (see example). |