el-notification

Display customizable notifications in Element Plus UIs with type, position, and duration options.

21|2|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-notification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: el-notification
Source: https://github.com/jiaiyan/element-plus-skills/tree/main/components/el-notification
Command: npx skills add https://github.com/jiaiyan/element-plus-skills --skill el-notification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces UI boilerplate by providing a single API to display timely, styled notifications across Element Plus apps.

Core Features & Use Cases

  • Multiple types: success, info, warning, error
  • Flexible positioning: top-right, top-left, bottom-right, bottom-left with offset and auto-close durations
  • Rich content support: HTML strings and VNode content, custom icons, and closable controls
  • Use cases include status banners, contextual alerts, and lightweight prompts across the UI

Quick Start

Invoke ElNotification with a title and message to display a notification, then customize type, position, duration, and content as needed.

Frequently Asked Questions about el-notification

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

FAQPage Schema
How do I display global notifications in an Element Plus app?

Display global notifications in an Element Plus app by invoking a single API with title and message, then customizing type, position, duration, and content to show timely styled alerts across your UI.

Can I use HTML strings and custom icons in Vue toast notifications?

Yes, Vue toast notifications support rich content including HTML strings, VNode content, and custom icons alongside closable controls to reduce UI boilerplate for contextual alerts.

What are the available positioning options for frontend dashboard alerts?

Frontend dashboard alerts support flexible positioning at top-right, top-left, bottom-right, and bottom-left corners with configurable offsets and auto-close durations for transient messages.

Does Element Plus support different notification types for status banners?

Element Plus supports multiple notification types including success, info, warning, and error for status banners and lightweight prompts through a consistent API across the UI.

What is the best way to show transient messages without writing UI boilerplate?

Showing transient messages without UI boilerplate is best achieved by using a dedicated notification API that handles auto-close durations, custom positions, and content rendering automatically.