el-message-box

Installation
SKILL.md

MessageBox Component

MessageBox provides modal dialogs for alerts, confirmations, and prompts.

When to Use

  • Alert messages
  • Action confirmations
  • User input prompts
  • Critical notifications

Alert

<template>
  <el-button @click="open">Show Alert</el-button>
</template>
Installs
4
GitHub Stars
25
First Seen
Jul 2, 2026
el-message-box — jiaiyan/element-plus-skills