el-rate
Installation
SKILL.md
Rate Component
Rate component is used for rating with customizable icons and levels.
When to Use
- User ratings
- Product reviews
- Feedback scoring
- Star ratings
Basic Usage
<template>
<el-rate v-model="value" />
</template>