mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
893 B
893 B
title, lang
| title | lang |
|---|---|
| Result | en-US |
Result
Used to give feedback on the result of user's operation or access exception.
Basic usage
:::demo
result/basic-usage
:::
Customized content
:::demo
result/customized-content
:::
Result Attributes
| Attribute | Description | Type | Accepted Values | Default |
|---|---|---|---|---|
| title | title | string | — | — |
| sub-title | sub title | string | — | — |
| icon | icon type | string | success / warning / info / error | info |
Result Slots
| Name | Description |
|---|---|
| icon | custom icon |
| title | custom title |
| subTitle | custom sub title |
| extra | custom extra area |