mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
d44f404eae
* chore: improve sort api table scripts
* sort api
* add ignore
* Revert "sort api"
This reverts commit 343505d5f0
.
* sort api
* Update package.json
* sort api
* Delete sort-api.js
* sort api
* sort api
* sort api
* fix
* Update index.zh-CN.md
* fix input-number
* fix input-number
* sort func
* fix
* Method moved to the end
* carousel method
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 |
|
|
| --- | --- | --- | --- |
|
|
| extra | Operating area | ReactNode | - |
|
|
| icon | Custom back icon | ReactNode | - |
|
|
| status | Result status, decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | `info` |
|
|
| subTitle | The subTitle | ReactNode | - |
|
|
| title | The title | ReactNode | - |
|