mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
4972383c3c
* New Components Result antd 又变大了一点 * fix review warning remove classname "view" The class name of status hits the outermost layer * rm fragment * fix build error * update snapshot * add PRESENTED_SVG_DEFAULT * fix doc * fix lint * fix compile error * fix review warning * fix react15 error * add new demo * remove not required code * updated snapshot * api some empty * change svg to image
726 B
726 B
type | category | title | cols | subtitle |
---|---|---|---|---|
Feedback | Components | Result | 1 |
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.
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
title | title string | ReactNode | - | 3.20.0 |
subTitle | subTitle string | ReactNode | - | 3.20.0 |
status | result status,decide icons and colors | `'success' | 'error' | 'info' |
icon | custom back icon | string | ReactNode | - | 3.20.0 |
extra | operating area | ReactNode | - | 3.20.0 |