RuleLine刻度尺

author: 闫申申

定义

刻度尺组件,滑动选取当前值。

图片展示

RuleLine 刻度尺 - 图1

代码演示

  1. import Rule from 'pile/dist/components/rule'
  2. const {RuleLine} = Rule
  3. <RuleLine />

属性

参数 描述 数据类型 默认值
list 区间标记的数值与key值 array
defaultValue 设置初始取值 number 170
back 回调函数 function undefined
unitAmount 每刻度值 number 1
unitWidth 每刻度间距 number 5
touchMin 可拖动最小值 number 60
touchMax 可拖动最大值 number 240
min 最小值 number 0
max 最大值 number 300

原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-ruleline.html