element-plus-carousel

Document the Element Plus Carousel API with attribute, event, slot, and expose references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise, structured summary of the official Element Plus Carousel API so developers can skip manual doc hunting and configure slides efficiently.

Core Features & Use Cases

  • Attribute catalog documents height, autoplay, interval, indicator position, arrow controls, direction, loop, and motion blur settings for precise customization.
  • Events, slots, and exposes explain the change event, Carousel-Item slots, and exposes such as setActiveItem, prev, and next for programmatic control.
  • Use Case lets you plan an auto-playing el-carousel with custom indicators, card scaling, and button-triggered navigation without switching between references.

Quick Start

Request the el-carousel API overview focusing on autoplay, indicators, and navigation options.

Frequently Asked Questions about element-plus-carousel

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

FAQPage Schema
How do I configure autoplay and interval settings for an el-carousel in Element Plus?

You can configure Element Plus carousel autoplay by setting the autoplay and interval attributes on the el-carousel component. This Skill provides a structured attribute catalog for these exact configuration values.

What events and slots are available for the Element Plus carousel component?

The Element Plus carousel component exposes the change event and Carousel-Item slots. This Skill documents these events and slots to help you implement custom indicators and slide content layouts.

How do I programmatically navigate slides using Element Plus carousel exposes?

You can programmatically navigate Element Plus carousel slides using the setActiveItem, prev, and next exposes. This Skill explains these expose methods for button-triggered navigation control.

Can I customize the indicator position and arrow controls in an Element Plus carousel?

Yes, you can customize indicator position and arrow controls for the Element Plus carousel using dedicated attributes. This Skill documents these settings alongside direction, loop, and motion blur configurations.

Does the Element Plus carousel support vertical direction and loop configurations?

The Element Plus carousel supports both vertical direction and loop configurations through specific attributes. This Skill provides a structured reference for setting direction and loop behaviors accurately.