mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
655 B
655 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 |
---|---|---|---|
title | title string | ReactNode | - |
subTitle | subTitle string | ReactNode | - |
status | result status,decide icons and colors | `'success' | 'error' |
icon | custom back icon | ReactNode | - |
extra | operating area | ReactNode | - |