ant-design/components/slider/index.md

13 lines
243 B
Markdown
Raw Normal View History

2015-06-25 15:25:59 +08:00
# Slider
2015-06-15 22:01:39 +08:00
- category: Components
2015-06-25 15:25:59 +08:00
- chinese: 滑动输入条
2015-06-15 22:01:39 +08:00
---
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
滑动型输入器,展示当前值和可选范围。
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
## 何时使用
2015-06-17 20:24:42 +08:00
2015-06-26 14:42:30 +08:00
当用户需要在数值区间/自定义区间内进行选择时,输入值可为连续或离散值。