mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
24 lines
713 B
Markdown
24 lines
713 B
Markdown
---
|
|
type: Feedback
|
|
category: Components
|
|
title: Result
|
|
cols: 1
|
|
cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
|
|
---
|
|
|
|
Used to feed back the results of a series of operational tasks.
|
|
|
|
## When To Use
|
|
|
|
Use when important operations need to inform the user to process the results and the feedback is more complicated.
|
|
|
|
## API
|
|
|
|
| Property | Description | Type | Default |
|
|
| --- | --- | --- | --- |
|
|
| title | The title | ReactNode | - |
|
|
| subTitle | The subTitle | ReactNode | - |
|
|
| status | Result status, decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | `info` |
|
|
| icon | Custom back icon | ReactNode | - |
|
|
| extra | Operating area | ReactNode | - |
|