milk-actionsheet
v0.1.0
Published
milk component for build mobile web app
Readme
milk-actionsheet
组件描述
效果图

使用
import Actionsheet from 'milk-actionsheet';
<Actionsheet></Actionsheet>参数
| Properties | Type | Description | Default | | -- | -- | -- | -- | | className | String | 自定义的 class 类名 | '' | | actions | Array | 动作项数组,label 属性必填 | [] | | onHideSheet | Function | 关闭动作面板时的回调函数 | false | | show | Boolean | 是否显示 | false |
开发
install
cnpm i milk-dev -g # 组件开发工具
cnpm install
npm start