[new feature] add skeleton component

This commit is contained in:
陈嘉涵
2019-04-30 14:35:01 +08:00
parent 39cb6c7897
commit e00f43e595
15 changed files with 546 additions and 1 deletions

View File

@@ -233,6 +233,10 @@ module.exports = {
path: '/progress',
title: 'Progress 进度条'
},
{
path: '/skeleton',
title: 'Skeleton 骨架屏'
},
{
path: '/steps',
title: 'Steps 步骤条'
@@ -540,6 +544,10 @@ module.exports = {
path: '/progress',
title: 'Progress'
},
{
path: '/skeleton',
title: 'Skeleton'
},
{
path: '/steps',
title: 'Steps'