BlogPlaygroundOne

VStepperVerticalActions API


Props
name
type
default
string
undefined

Applies specified color to the control - supports utility colors with or without text- prefix (for example success, purple or text-purple) or CSS color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page.

boolean | 'prev' | 'next'
false

Removes the ability to click or target the component.

string
'$vuetify.stepper.next'

The text used for the Next button.

string
'$vuetify.stepper.prev'

The text used for the Prev button.

Events
name
type
[]

Event emitted when clicking the next button.

[]

Event emitted when clicking the prev button.

Slots
{ props: { onClick: () => void } }
{ props: { onClick: () => void } }

Slot for customizing the next step functionality

Slot for customizing the prev step functionality