element-plus-result

Document Element Plus Result component attributes, slots, and reference details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill prevents confusion about Element Plus Result component properties by summarizing titles, subtitles, icons, and slots so you can configure consistent status panels.

Core Features & Use Cases

  • Attribute Reference: Lists title, sub-title, and icon properties with their types and defaults.
  • Slot Guidance: Explains the icon, title, sub-title, and extra slots for injecting custom content.
  • Use Case: When building a confirmation or error screen in a Vue app, rely on this skill to recall how to set the el-result fields and extend the component with slot content.

Quick Start

Ask the el-result skill to describe how to set the title, subtitle, and icon so the Result component matches your status page.

Frequently Asked Questions about element-plus-result

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

FAQPage Schema
How do I configure the Element Plus Result component to display a custom error status?

To configure the Element Plus Result component for a custom error status, set the title, sub-title, and icon attributes according to the official API documentation. This ensures your el-result screen displays the correct status panel without misconfigured properties.

What slots are available in the el-result component for injecting custom content?

The el-result component provides icon, title, sub-title, and extra slots for injecting custom content. These slots allow you to extend the Result component beyond standard attributes to build tailored status panels in Vue apps.

When do I need to use the Element Plus Result component in a Vue application?

You need to use the Element Plus Result component when building confirmation or error screens in a Vue application. It provides a polished UI for displaying status pages with consistent titles, subtitles, and icons.

What are the default values for el-result attributes like title and sub-title?

The el-result attributes for title, sub-title, and icon have specific types and defaults defined in the official documentation. Referencing the API guidance ensures you apply the correct property values to avoid misconfigured notifications.

Can I use a custom icon in the Element Plus Result component instead of the default ones?

Yes, you can use a custom icon in the Element Plus Result component by leveraging the icon attribute or the icon slot. The slot guidance allows developers to inject completely custom content into the status panel display.