Skip to content

Stepper

Steppers serve as a user-friendly navigation tool, expertly guiding individuals through a process via clearly marked numbered steps, fostering a seamless and intuitive progression.

Step 2

Props

interval?: number
The time a view is visible in milliseconds.
Default: 9000

Emits

update: [number]
Triggered when the visible view changes.

Slots

default ({
    readonly current: number;
    next(): void;
    previous(): void;
})

The views of the fader.

Examples

Todo