Yao 31e9bb83e8
[new feature] Actionsheet: 新增行动按钮组件 (#97)
* actionsheet init

* actionsheet process

* action sheet 功能补齐

* 增加 actionsheet readme

* 增加示例入口

* 增加标题配置
2018-01-01 16:41:30 +08:00

16 lines
399 B
Plaintext

<import src="/dist/actionsheet/index.wxml" />
<view class="container">
<view class="doc-title zan-hairline--bottom zan-hairline--bottom">ACTIONSHEET</view>
<view class="zan-btns" style="margin-top: 30vh;">
<button class="zan-btn" bindtap="toggleActionsheet">
Actionsheet
</button>
</view>
<template is="zan-actionsheet" data="{{ ...baseActionsheet }}"></template>
</view>