mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 08:59:40 +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
25 lines
687 B
Markdown
25 lines
687 B
Markdown
---
|
|
type: 反馈
|
|
category: Components
|
|
title: Result
|
|
cols: 1
|
|
subtitle: 结果
|
|
cover: https://gw.alipayobjects.com/zos/alicdn/9nepwjaLa/Result.svg
|
|
---
|
|
|
|
用于反馈一系列操作任务的处理结果。
|
|
|
|
## 何时使用
|
|
|
|
当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用。
|
|
|
|
## API
|
|
|
|
| 参数 | 说明 | 类型 | 默认值 |
|
|
| --- | --- | --- | --- |
|
|
| extra | 操作区 | ReactNode | - |
|
|
| icon | 自定义 icon | ReactNode | - |
|
|
| status | 结果的状态,决定图标和颜色 | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | `info` |
|
|
| subTitle | subTitle 文字 | ReactNode | - |
|
|
| title | title 文字 | ReactNode | - |
|