ant-design/components/result/index.zh-CN.md
Tom Xu d44f404eae
docs: sort api (#27251)
* 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
2020-10-21 10:33:43 +08:00

687 B

type category title cols subtitle cover
反馈 Components Result 1 结果 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 -