[new component] add Slider component #721

This commit is contained in:
nrz
2018-04-23 13:08:00 +08:00
committed by neverland
parent d92edf871e
commit 19f4c9c028
11 changed files with 631 additions and 0 deletions

View File

@@ -148,6 +148,10 @@ module.exports = {
path: '/swipe',
title: 'Swipe - 轮播'
},
{
path: '/slider',
title: 'Slider - 滑块'
},
{
path: '/tab',
title: 'Tab - 标签页'
@@ -442,6 +446,10 @@ module.exports = {
path: '/swipe',
title: 'Swipe'
},
{
path: '/slider',
title: 'Slider'
},
{
path: '/tab',
title: 'Tab'