@aliretail/react-materials-components
Version:
27 lines (21 loc) • 842 B
Markdown
title: SuccessDialog-API
order: 3
category: UI
description: SuccessDialog 组件描述
screenshot: https://gw.alicdn.com/imgextra/i2/O1CN01yW3hCD1M8CnqeKFlq_!!6000000001389-2-tps-90-90.png
提示发布或者创建成功的弹窗
## API
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------ | ---- | ---- | ---- | ------ | ---- |
visible | 是否显示 | Y | boolean | false |
title | 标题 | Y | string | '' | 比如'提交成功'
message | 描述信息 | N | string | '' |
dataSource | 按钮list | Y | array | [] |
## dataSource
| 参数名 | 说明 | 必填 | 类型 | 默认值 | 备注 |
| ------ | ---- | ---- | ---- | ------ | ---- |
text | 按钮文字 | Y | string | '' |
type | 按钮类型 | N | string | 'primary', 'secondary', 'normal' | 'normal'
onClick | 按钮点击事件 | Y | func | ()=> {}