unlock-sliderButton
介绍
用于实现滑动解锁功能。
使用方法
import '../../components/unlock-sliderButton.stml'
例子
<unlock-sliderButton content="滑动开锁~" fontColor="#EEEE00" rightColor="#FF0000" onresult="unlock" buttonWidth="70" borderRadius="35"></unlock-sliderButton>
props 属性
参数 |
说明 |
类型 |
默认值 |
content |
提示文字内容 |
string |
无 |
buttonWidth |
滑块宽度, 选填 |
string |
50 |
buttonColor |
滑块颜色, 选填 |
string |
#1E90FF |
leftColor |
滑块左边颜色, 选填 |
string |
#708090 |
rightColor |
滑块右边颜色, 选填 |
string |
#F5F5F5 |
fontSize |
提示文字大小, 选填 |
string |
14 |
fontColor |
提示文字颜色, 选填 |
string |
#000000 |
borderRadius |
控件及滑块圆角, 选填 |
string |
10 |
events 事件
事件名 |
说明 |
回调参数 |
unlock |
滑动解锁成功时触发 |
无 |