- 设计准则
- 设计风格
- 控件
- pile of React
- 组件规范
- 定制主题
- 多语言
- components 组件
- score
- Anime
- picker
- dialog
- slider
- Form 表单
- fragment
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Alert 警告框
定义
模拟警告框(alert)
图片展示
代码演示
import Dialog from 'pile/dist/components/dialog'
const {Alert} = Dialog
<Alert
show={true}
type="success"
title="我是pile"
buttons={[
{
label: '好的',
onClick: function(){}
}
]}
/>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
show | 是否展示警告框 | bool | |
type | 类型,错误:warning,成功:success | string | warning |
title | 警告框文字 | string | |
buttons | 按钮数组 | array | |
buttons.label | 标签名称 | string | |
buttons.onClick | 点击事件 | function | |
MaskClick | 点击蒙板回调 | function | |
width | 自定义宽度默认267px | string |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论