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>