Progress indicator
Show step progress with the built-in counter or a fully custom slot.
Progress indicator
Pass show-progress to render a built-in "Step N of M" counter inside the tooltip. For full control, replace it with the #progress slot.
The tour will automatically start when the page loads
#progress slot props
currentStep
numberZero-based index of the current step.
totalSteps
numberTotal number of steps in the tour.
progress
numberFraction complete:
(currentStep + 1) / totalSteps. Ranges from 0 to 1.Per-step slot name
If your step defines a
slot value (e.g. slot: "intro"), the slot name becomes #intro-progress instead of #progress.