mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
docs(components): el-notification icon attribute (#4126)
This commit is contained in:
parent
d6c6c99ffc
commit
e3d92a5b76
@ -91,7 +91,7 @@ In this case you should call `ElNotification(options)`. We have also registered
|
||||
| message | description text | string/Vue.VNode | — | — |
|
||||
| dangerouslyUseHTMLString | whether `message` is treated as HTML string | boolean | — | false |
|
||||
| type | notification type | string | success/warning/info/error | — |
|
||||
| iconClass | custom icon's class. It will be overridden by `type` | string | — | — |
|
||||
| icon | custom icon component. It will be overridden by `type` | string / Component | — | — |
|
||||
| customClass | custom class name for Notification | string | — | — |
|
||||
| duration | duration before close. It will not automatically close if set 0 | number | — | 4500 |
|
||||
| position | custom position | string | top-right/top-left/bottom-right/bottom-left | top-right |
|
||||
|
Loading…
Reference in New Issue
Block a user