element-plus-button

Reference el-button attributes, slots, exposes, and button-group controls.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers waste time searching scattered docs when implementing el-button features, causing inconsistent usage and styling across Element Plus UIs.

Core Features & Use Cases

  • Comprehensive attribute reference for every el-button prop, from size and type to loading, icon, and color controls.
  • Slot and expose guidance that clarifies how to customize content, loading states, and button-group behavior.
  • Use Case: When designing a toolbar that needs a primary icon button with loading and disabled handling, ask for the exact props and defaults needed.

Quick Start

Describe how to configure a primary el-button with an icon and loading indicator.

Frequently Asked Questions about element-plus-button

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

FAQPage Schema
How do I configure an Element Plus button with loading and disabled states?

Configure an Element Plus button by setting the `loading` and `disabled` attributes to true. This Skill provides the exact API defaults and prop references needed to manage button states without manual doc searches.

What attributes are available for customizing el-button types and sizes?

Available attributes for customizing el-button include `type` for primary, plain, or icon variants, and `size` for dimensions. This Skill offers a comprehensive reference for every button prop, including color and icon controls.

Can I use custom icons in an Element Plus button component?

You can use custom icons in an Element Plus button component via its slot guidance. This Skill clarifies how to customize content and apply icon slot configurations for frontend design tasks.

What is the best way to implement a button group toolbar in Vue?

The best way to implement a button group toolbar in Vue is using the Element Plus button-group controls. This Skill details the exposes and behaviors needed to configure grouped buttons accurately for UIs.

Does el-button support custom colors for plain variants?

Yes, el-button supports custom colors for plain variants through its color control attributes. This Skill provides precise attribute defaults and API references for configuring plain, primary, and icon button styles.