Result

Used to feedback the processing results of a series of operations.
Importimport{ Result }from"antd";

When To Use

Use when important operations need to inform the user to process the results and the feedback is more complicated.

Examples

Successfully Purchased Cloud Server ECS!
Order number: 2017182818828182881 Cloud server configuration takes 1-5 minutes, please wait.

Show successful results.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Your operation has been executed

Show processing results.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
There are some problems with your operation.

The result of the warning.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Unauthorized
403
Sorry, you are not authorized to access this page.

you are not authorized to access this page.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
No Found
404
Sorry, the page you visited does not exist.

The page you visited does not exist.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Server Error
500
Sorry, something went wrong.

Something went wrong on server.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Submission Failed
Please check and modify the following information before resubmitting.
The content you submitted has the following error:
Your account has been frozen. Thaw immediately >
Your account is not yet eligible to apply. Apply Unlock >

Complex error feedback.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code
Great, we have done all the operations!

Custom icon.

CodeSandbox Icon
codepen icon
External Link Icon
expand codeexpand code

API

Common props ref:Common props

PropertyDescriptionTypeDefault
extraOperating areaReactNode-
iconCustom back iconReactNode-
statusResult status, decide icons and colorssuccess | error | info | warning | 404 | 403 | 500info
subTitleThe subTitleReactNode-
titleThe titleReactNode-

Design Token

Component TokenHow to use?

Token NameDescriptionTypeDefault Value
extraMarginMargin of extra areaundefined | Margin<string | number>24px 0 0 0
iconFontSizeIcon sizenumber72
subtitleFontSizeSubtitle font sizenumber14
titleFontSizeTitle font sizenumber24

Global TokenHow to use?