element-plus/docs/en-US/component/result.md
blackie 458e301a52
fix(components): [result] rename slot's name from 'subTitle' to 'sub-title' (#6636)
* fix(components): [result] rename slot's name

* docs(components): [result] update doc
2022-03-15 16:59:50 +08:00

42 lines
899 B
Markdown

---
title: Result
lang: 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 |
| sub-title | custom sub title |
| extra | custom extra area |