ant-design/components/notification/index.md
2015-07-30 21:04:52 +08:00

1005 B

Notification

  • category: Components
  • chinese: 通知提醒框

全局展示通知提醒信息。

何时使用

  • 当系统需要在窗口右上角显示通知提醒信息时。

API

参数 说明 类型 默认值
message 通知提醒标题,必选 String
description 通知提醒内容,必选 String
icon 通知提醒框的左侧有Icon Boolean false
btn 自定义关闭按钮 String
onClose 点击默认关闭按钮时触发的回调函数 Function
customClose 点击自定义按钮时触发的回调函数 Function