mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +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
687 B
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 | - |