feat: add ShareSheet component

This commit is contained in:
chenjiahan
2020-04-09 13:09:32 +08:00
committed by neverland
parent 8144e3de50
commit 5080761cfe
8 changed files with 356 additions and 1 deletions
+9 -1
View File
@@ -177,7 +177,7 @@ module.exports = {
items: [
{
path: 'action-sheet',
title: 'ActionSheet 上拉菜单',
title: 'ActionSheet 动作面板',
},
{
path: 'dialog',
@@ -203,6 +203,10 @@ module.exports = {
path: 'pull-refresh',
title: 'PullRefresh 下拉刷新',
},
{
path: 'share-sheet',
title: 'ShareSheet 分享面板',
},
{
path: 'swipe-cell',
title: 'SwipeCell 滑动单元格',
@@ -550,6 +554,10 @@ module.exports = {
path: 'pull-refresh',
title: 'PullRefresh',
},
{
path: 'share-sheet',
title: 'ShareSheet',
},
{
path: 'swipe-cell',
title: 'SwipeCell',