element-plus-popconfirm

Document el-popconfirm attributes, events, slots, and exposes for Element Plus confirmation dialogs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise reference for el-popconfirm so developers no longer need to sift through scattered documentation when wiring confirmation dialogs into Element Plus interfaces.

Core Features & Use Cases

  • Attribute Clarity: Lists every Popconfirm prop from title and icon controls to teleported and persistent behavior for precise configuration.
  • Event, Slot, and Expose Reference: Documents confirm/cancel events, custom slot usage, and exposed popover controls so interaction logic integrates smoothly.
  • Use Case: Quickly determine how to attach a custom action button set and hidden icon to an el-popconfirm for a transaction approval modal.

Quick Start

Ask Claude to show me the el-popconfirm attributes, events, slots, and expose helpers needed to build a confirmation dialog.

Frequently Asked Questions about element-plus-popconfirm

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

FAQPage Schema
How do I configure el-popconfirm attributes for a transaction approval modal?

To configure el-popconfirm for a transaction approval modal, set title and icon control attributes for precise display. You can also adjust teleported and persistent behavior attributes to manage popover rendering within your Vue interface.

What events and slots does Element Plus Popconfirm expose for custom interaction logic?

Element Plus Popconfirm exposes confirm and cancel events to handle user actions. It also provides custom slots for tailoring content and exposed popover controls to integrate interaction logic smoothly into your Vue components.

Can I attach a custom action button set to an el-popconfirm component?

Yes, you can attach a custom action button set to an el-popconfirm component. The component API supports custom slot usage and exposes helpers that allow precise configuration of confirmation dialogs in Element Plus.

How do I hide the default icon in an Element Plus Popconfirm?

You hide the default icon in an Element Plus Popconfirm by adjusting the icon control attributes. The component API details these properties to help you fulfill precise UI requirements for your confirmation dialogs.

What is the best way to reference Popconfirm API details without sifting through scattered documentation?

The best way to reference Popconfirm API details is using a consolidated guide that lists every attribute, event, slot, and expose helper. This provides immediate references aligned with official Element Plus documentation.