naive-ui/demo/documentation/components/result/enUS/index.md

31 lines
635 B
Markdown
Raw Normal View History

2019-11-21 23:50:53 +08:00
# Result
2020-01-30 17:58:07 +08:00
Result is for showing result.
Many thanks to [twemoji](https://github.com/twitter/twemoji) for creating those high quality icons.
2020-01-30 17:58:07 +08:00
## Demos
2019-11-21 23:50:53 +08:00
```demo
s404
s403
s500
s418
2019-11-22 12:06:11 +08:00
info
success
warning
error
2020-03-20 19:17:26 +08:00
size
2020-01-30 17:58:07 +08:00
```
## Props
|Name|Type|Default|Description|
|-|-|-|-|
2020-03-20 19:17:26 +08:00
|size|`'small' \| 'medium' \| 'large' \| 'huge'`|`'medium'`||
2020-05-30 17:20:27 +08:00
|theme|`'light' \| 'dark' \| null`|`null`||
2020-01-30 17:58:07 +08:00
|status|`'info' \| 'success' \| 'error' \| 'warning' \| 404 \| '404' \| 500 \| '500' \| 400 \| '400' \| 418 \| '418'`|`'info'`||
|title|`string`|`null`||
|description|`string`|`null`||
## Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`||
|footer|`()`||