ant-design/components/result/index.en-US.md
afc163 ac143ffb4d
docs: fix component demo column number (#38631)
* docs: fix component demo column number

* test: skip test case
2022-11-17 18:28:13 +08:00

1.1 KiB

group category title cover
Feedback Components Result 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.

Examples

Success Info Warning 403 404 500 Error Custom icon

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 -