add Slider component

add Slider component
This commit is contained in:
梁灏 2016-11-11 15:08:12 +08:00
parent 3a2c6fc75a
commit 69576f47f4
15 changed files with 473 additions and 27 deletions

View file

@ -1,6 +1,7 @@
// Prefix
@css-prefix : ivu-;
@css-prefix-iconfont : ivu-icon;
// Color
@primary-color : #3399ff;
@info-color : #2db7f5;
@ -119,4 +120,12 @@
// Animation
@animation-time : .3s;
@transition-time : .2s;
@ease-in-out : ease-in-out;
@ease-in-out : ease-in-out;
// Slider
@slider-color : fade(@primary-color, 80%);
@slider-height : 4px;
@slider-margin : 16px 0;
@slider-button-wrap-size : 18px;
@slider-button-wrap-offset : -5px;
@slider-disabled-color : #ccc;