VStepperWindow API
name | type | default |
|---|---|---|
boolean
| false | |
Enables crossfade transition. | ||
'vertical' | 'horizontal' | 'horizontal' | |
The transition direction when changing windows. | ||
boolean
| false | |
Removes the ability to click or target the component. | ||
unknown
| undefined | |
The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
boolean
| false | |
Reverse the normal transition direction. | ||
string
| 'v-window-item--active' | |
Configure the active CSS class applied when an item is selected. | ||
string | (new () => any) | FunctionalComponent | 'div' | |
Specify a custom tag used on the root element. | ||
string
| undefined | |
Specify a theme for this component and all of its children. | ||
number
| undefined | |
Overrides transition duration. Does not work in firefox, safari <18, or with | ||
boolean | 'left' | 'right' | false | |
Displays the navigation arrows vertically instead of horizontally. | ||
name | type | |
|---|---|---|
[unknown] | ||
Event that is emitted when the component’s model changes. | ||
Slot for additional content at the end of the component. | ||
The default Vue slot. | ||
Slot displaying the arrow switching to the next item. | ||
Slot displaying the arrow switching to the previous item. | ||