el-progress
Installation
SKILL.md
Progress Component
Progress component shows the progress of current operations with linear, circle, or dashboard styles.
When to Use
- Upload progress
- Task completion
- Loading states
- Status indicators
Basic Usage
<template>
<el-progress :percentage="50" />
</template>