element-plus-empty

Provide Element Plus Empty component API details for attributes and slots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill saves time hunting through Element Plus documentation by providing the Empty component API overview directly, so developers always know which props and slots are available for placeholder screens.

Core Features & Use Cases

  • Attribute Matrix: lists the image URL, image size, and description props along with their types so you can configure empty states consistently.
  • Slot Guidance: explains the default, image, and description slot hooks for customizing every region of the component.
  • Use Case: When crafting a dashboard with conditional data, consult these details to insert descriptive empty states without flipping through docs.

Quick Start

Ask for the Element Plus empty component API to see attribute, slot, and usage details.

Frequently Asked Questions about element-plus-empty

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

FAQPage Schema
How do I configure the Element Plus empty state component in Vue?

The el-empty component provides attributes for image URL, image size, and description text to configure placeholder screens. You can use these props to consistently display empty states when conditional data is absent in your Vue interfaces.

What slots are available for customizing el-empty in Element Plus?

Element Plus provides default, image, and description slots for the el-empty component. These slot hooks enable you to customize every region of the placeholder component by injecting custom content for specific front-end implementation needs.

When should I use an empty state component in a Vue dashboard?

Use an empty state component when crafting dashboards with conditional data views. It allows you to insert descriptive placeholder screens directly where data would normally render, ensuring consistent user experience when no data is available.

Does the Element Plus empty component support custom image sizes?

Yes, the Element Plus empty component supports custom image sizes through a dedicated image size attribute. You can configure this prop alongside the image URL and description attributes to control the visual scale of placeholder graphics.

What are the limitations of using el-empty for placeholder screens?

The el-empty component is limited to displaying placeholder screens with image, description, and slot content. It does not handle data fetching or conditional rendering logic, serving purely as a presentational UI element for empty states within Vue applications.