ant-design/components/alert/index.md
2015-07-29 15:22:47 +08:00

929 B

Alert

  • category: Components
  • chinese: 警告提示

警告提示。

何时使用

  • 当系统需要向用户显示警告的信息时。

API

参数 说明 类型 默认值
type 必选参数,指定警告提示的样式,有四种选择successinfowarnerror String
closeText 可选参数,自定义关闭 String
message 可选参数,标题 String
description 必选参数,内容 String
onClose 可选参数,关闭时触发的回调函数 Function