element-plus-anchor

Document Element Plus el-anchor component API attributes, events, and slots.

7|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-anchor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: element-plus-anchor
Source: https://github.com/wepn13232/element-plus-skills/tree/main/anchor
Command: npx skills add https://github.com/wepn13232/element-plus-skills --skill element-plus-anchor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Eliminates the need to search through Element Plus references by providing a concise, ready-to-use summary of the el-anchor API for rapid UI implementation.

Core Features & Use Cases

  • Element Plus API summary: Presents attributes, events, exposes, and slot data for Anchor and AnchorLink components.
  • Usage guidance: Highlights scroll container options, selection markers, and manual scroll controls to align with navigation requirements.
  • Use Case: When building a page with anchor navigation, consult this Skill to ensure accurate props and callbacks without leaving Claude Code.

Quick Start

Request the anchor API to retrieve attributes, events, and slots for el-anchor.

Frequently Asked Questions about element-plus-anchor

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

FAQPage Schema
What attributes does the Element Plus el-anchor component accept for scroll navigation?

The el-anchor component provides attributes for defining scroll containers, selection markers, and precise scrolling controls to build anchor-based navigation in Vue.js interfaces.

How do I configure anchor links and callbacks in Element Plus?

Anchor links and callbacks are configured using the documented event callbacks, exposes, and slot data provided for both Anchor and AnchorLink components in the Element Plus API.

Can I use el-anchor for precise scrolling controls in a Vue.js application?

Yes, el-anchor supports precise scrolling controls and link definitions within Vue.js interfaces, allowing you to specify scroll container options and manual scroll behaviors.

What is the best way to implement anchor navigation without leaving Claude Code?

Requesting the anchor API retrieves a concise summary of attributes, events, exposes, and slots for el-anchor, ensuring implementations match Element Plus specifications without manual reference searches.

Does the Element Plus Anchor component expose methods for manual scroll control?

The Element Plus Anchor component includes exposes that allow developers to implement manual scroll controls alongside the standard attribute defaults and event callbacks.

Why are my Element Plus anchor links not scrolling to the correct container?

Incorrect scroll container options or missing link definitions often cause anchor scrolling issues; verify your el-anchor attributes and callbacks match the documented API behaviors.