mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
882cec62d6
* docs: Add components overview page * fix detail * remove ContributorsList form overview page * fix components url * improve code style * remove extra file * fix detail * fix lint * fix lint * docs: Finish components overview page * fix lint * docs: Update cover * fix lint * update cover * update menu * improve overview page * refactor code * fix order * update title * add components count * fix overview page ssr bug * move less file * update title margin Co-authored-by: arvinxx <arvinx@foxmail.com>
718 B
718 B
type | category | title | cols | cover |
---|---|---|---|---|
Feedback | Components | Result | 1 | https://gw.alipayobjects.com/zos/alicdn/EuEXmy7nO/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.
API
Property | Description | Type | Default |
---|---|---|---|
title | title string | ReactNode | - |
subTitle | subTitle string | ReactNode | - |
status | result status,decide icons and colors | success | error | info | warning | 404 | 403 | 500 |
info |
icon | custom back icon | ReactNode | - |
extra | operating area | ReactNode | - |