el-slider
Installation
SKILL.md
Slider Component
Slider component allows users to drag a slider within a fixed range to select values.
When to Use
- Numeric range selection
- Volume/brightness controls
- Price range filters
- Progress indicators
Basic Usage
<template>
<el-slider v-model="value" />
</template>