Skip to main content
Pricing

Tour Step

Pro

A spotlight overlay with an attached tooltip for guiding users through an onboarding or feature tour. Highlights a target element by dimming the rest of the page with a backdrop cutout, and displays a tooltip with a title, description, step progress indicator, and navigation controls (Back, Next, Skip). Used for first-run experiences, feature announcements, and interactive walkthroughs.

6 variants

Create project
Create your first project
Click here to get started with your first project.
1 of 3
Skip
Next

Variants

VariantDescriptionWhen to use
DefaultStandard tour step with spotlight, content popover, and step navigation.Use for feature introductions and guided onboarding flows.
With Image
Compact

Usage Guidelines

Do

Provide a "Skip tour" option on every step — never force completion.

Don't

Create tours longer than 5-7 steps — users lose interest beyond that.

Do

Show a progress indicator — "Step 2 of 5" — so users know the tour length.

Don't

Block the user from interacting with the highlighted element.

Do

Keep each step concise — one concept per step, 2-3 sentences maximum.

Don't

Auto-advance steps without user action — let users control the pace.

Do

Position the tooltip so it does not obscure the highlighted element.

Don't

Show the tour on every visit — offer a "Don't show again" option.

Code

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Design Tokens

This component is included in Lexicon Pro

From €149 — one-time purchase, lifetime access

View pricing

Accessibility

  • Each step uses role="dialog" with aria-label for screen reader context.
  • Announce the step indicator to screen readers — "Step 2 of 5".
  • Provide a "Skip tour" button that is always accessible via keyboard.
  • Focus should move to the tour step popover when it appears.
  • On tour completion or skip, return focus to the last highlighted element.

Keyboard Interactions

TabMoves focus between the tour step controls (Back, Next, Skip).
Enter/SpaceActivates the focused control.
EscapeSkips the entire tour and closes the overlay.
ArrowRightAdvances to the next step.
ArrowLeftReturns to the previous step.