[Improvement] Slider: add step & bar-height prop (#915)

This commit is contained in:
neverland
2018-04-23 20:19:41 +08:00
committed by GitHub
parent 19f4c9c028
commit b93a2e3c00
7 changed files with 160 additions and 350 deletions

View File

@@ -136,6 +136,10 @@ module.exports = {
path: '/progress',
title: 'Progress - 进度条'
},
{
path: '/slider',
title: 'Slider - 滑块'
},
{
path: '/stepper',
title: 'Stepper - 步进器'
@@ -148,10 +152,6 @@ module.exports = {
path: '/swipe',
title: 'Swipe - 轮播'
},
{
path: '/slider',
title: 'Slider - 滑块'
},
{
path: '/tab',
title: 'Tab - 标签页'
@@ -434,6 +434,10 @@ module.exports = {
path: '/progress',
title: 'Progress'
},
{
path: '/slider',
title: 'Slider'
},
{
path: '/stepper',
title: 'Stepper'
@@ -446,10 +450,6 @@ module.exports = {
path: '/swipe',
title: 'Swipe'
},
{
path: '/slider',
title: 'Slider'
},
{
path: '/tab',
title: 'Tab'