2019-06-30 20:15:44 +08:00
|
|
|
---
|
|
|
|
type: Feedback
|
|
|
|
category: Components
|
|
|
|
title: Result
|
|
|
|
cols: 1
|
|
|
|
subtitle:
|
|
|
|
---
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2019-11-20 17:46:50 +08:00
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| title | title string | ReactNode | - |
|
|
|
|
| subTitle | subTitle string | ReactNode | - |
|
2020-01-17 17:23:48 +08:00
|
|
|
| status | result status,decide icons and colors | `success` \| `error` \| `info` \| `warning` \| `404` \| `403` \| `500` | `info` |
|
2019-11-20 17:46:50 +08:00
|
|
|
| icon | custom back icon | ReactNode | - |
|
|
|
|
| extra | operating area | ReactNode | - |
|