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
1
GitHub Stars
16
First Seen
6 days ago
el-message-box — jiaiyan/element-plus-skills