Slider / 滑块
滑块组件。
特性
支持平滑 CSS 动画
支持颜色、大小、圆角等样式调整
针对桌面端、移动端优化
基础用法
Apple
Banana
Lemon
Size
sm
md
lg
<template>
<Slider
v-model="value"
:options="['Apple', 'Banana', 'Lemon']"
size="md"
>
Button
</Slider>
</template>
<template>
<Slider
v-model="value"
:options="['Apple', 'Banana', 'Lemon']"
size="md"
>
Button
</Slider>
</template>