mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
1.0 KiB
1.0 KiB
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
:::
API
Attributes
Name | Description | Type | Default |
---|---|---|---|
title | title of result | ^[string] | '' |
sub-title | sub title of result | ^[string] | '' |
icon | icon type of result | ^[enum]'success' | 'warning' | 'info' | 'error' |
info |
Slots
Name | Description |
---|---|
icon | content as result icon |
title | content as result title |
sub-title | content as result sub title |
extra | content as result extra area |