Alert 警告提示
警告提示,展现需要关注的信息。
何时使用
- 当某个页面需要向用户显示警告的信息时。
- 非浮层的静态展现形式,始终展现,不会自动消失,用户可以点击关闭。
基础用法
四种样式
可关闭的提示
图标
Detailed description and advices about successful copywriting.
Additional description and informations about copywriting.
This is a warning notice about copywriting.
This is an error message about copywriting.
边框
Alert 属性
| 属性名 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| title | Alert 标题。 | string | '' |
| type | Alert 类型。 | 'success'/'warning'/'info'/'error' | warning |
| description | 描述性文本 | string | — |
| closable | 是否可关闭 | boolean | false |
| color | badge 颜色 | string | — |
Badge 插槽
| 插槽名 | 说明 |
|---|---|
| default | 自定义默认内容 |