element-plus-calendar

Summarize the Element Plus el-calendar API attributes, slots, and exposes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise Element Plus Calendar API reference so developers can answer configuration questions without digging through extensive documentation.

Core Features & Use Cases

  • Comprehensive Attributes: Details the model-value, range, controller-type, and formatter options that control the calendar behavior.
  • Slots & Customization: Explains how to override date cells and headers to create custom appearances.
  • Use Case: While building a scheduling view, rely on this skill to confirm which props, slots, and exposes are needed for a responsive calendar component.

Quick Start

Ask the skill to list the required el-calendar attributes, available slots, and exposes for a Vue project.

Frequently Asked Questions about element-plus-calendar

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

FAQPage Schema
How do I configure the el-calendar component in a Vue project?

Configure el-calendar in Vue by setting attributes like model-value, range, controller-type, and formatter options to control calendar behavior and appearance.

What slots are available for customizing the Element Plus calendar component?

The Element Plus calendar component provides slots for date cells and headers, allowing you to override default appearances and create custom layouts for your scheduling views.

Does el-calendar expose any methods or properties for Vue component development?

Yes, el-calendar provides exposes that allow developers to access internal methods and properties, which are essential for building responsive calendar interactions in Vue applications.

What is the best way to reference Element Plus calendar API options without scanning docs?

The best way to reference Element Plus calendar API options is using a concise API summary that details attributes, slots, and exposes, helping you answer configuration questions instantly.

Can I use el-calendar to build a scheduling view with custom date cells?

Yes, you can build a scheduling view with el-calendar by leveraging its date cell slots to override default appearances and its formatter options to customize date displays.