- 设计准则
- 设计风格
- 控件
- pile of React
- 组件规范
- 定制主题
- 多语言
- components 组件
- score
- Anime
- picker
- dialog
- slider
- Form 表单
- fragment
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
SwipeMove 滑动弹层
定义
自定义方向、宽、高、对齐方式可拖出的弹层组件。
图片展示
代码演示
import SwipeMove from 'pile/dist/components/swipemove'
<SwipeMove height="100%" width="100%" direction="bottom" align={0}>
<div className="move-content">
<h2>弹层展示</h2>
<p>内容自定义</p>
<p>支持高度、宽度自定义</p>
<p>支持方向自定义</p>
</div>
</SwipeMove>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
direction | 滑动方向:bottom,top,left,right | string | bottom |
height | 高度:"100%" 、"300px" | string | 100% |
width | 宽度:"100%" 、"300px" | string | 100% |
align | 对齐方式 0: center、middle ,1:left 、top 2: right bottom | number | 0 |
back | touchend 后的回调 | function | 0 |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论