## 基本用法
```html ``` ## 自定义关闭按钮
```html ``` ## 带有 icon
```html ``` ## 带有辅助性文字介绍
```html ``` ## 带有 icon 和辅助性文字介绍
```html ``` ## API | 参数 | 说明 | 类型 | 可选值 | 默认值 | |---------- |-------------- |---------- |-------------------------------- |-------- | | title | 标题, 必选参数 | string | | | | type | 主题 | string | 'success', 'warning', 'info', 'error' | 'info' | | description | 说明文字 | string | | | | closable | 是否可关闭 | boolean | | true | | closeText | 关闭按钮自定义文本 | string | | | | showIcon | 是否显示图标 | boolean | | false | | onClose | 关闭时的回调函数 | function | | |