el-tour

Orchestrate step-by-step UI tours in Vue applications with configurable props.

21|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-tour
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: el-tour
Source: https://github.com/jiaiyan/element-plus-skills/tree/main/components/el-tour
Command: npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-tour

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams in creating consistent, interactive product tours that onboard users quickly and reduce support overhead.

Core Features & Use Cases

  • Step-by-step guidance with configurable targets (buttons, inputs, or any element) to explain app flows.
  • Flexible placement, masking, and type options to tailor the tour experience for different contexts.
  • Ideal for onboarding new users, highlighting features, and guiding users through complex UIs in documentation or demos.

Quick Start

Start a tour by mounting el-tour with v-model bound to a boolean flag and add el-tour-step items targeting elements on the page.

Frequently Asked Questions about el-tour

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement a product tour for user onboarding in Vue?

To implement a product tour for user onboarding in Vue, use a component that binds v-model to a boolean flag and defines step items targeting page elements to orchestrate step-by-step UI guidance.

Can I customize the placement and masking for interactive UI guides?

Yes, you can customize interactive UI guides by configuring props for placement, mask, and type options to tailor the step-by-step tour experience for different application contexts.

Does the element-plus tour work with complex feature walkthroughs?

Yes, the element-plus tour works with complex feature walkthroughs by targeting buttons, inputs, or any specific UI element to explain application flows and guide users through interactive tutorials.

What is the best way to highlight features during a Vue application demo?

The best way to highlight features during a Vue application demo is orchestrating step-by-step UI guidance with configurable targets to deliver a deterministic, accessible guide for users.

Do I need to configure specific props to start an interactive tutorial?

Yes, you need to configure props such as model-value, current, placement, mask, type, and tour steps to start an interactive tutorial and deliver deterministic UI guidance.