ant-design/components/result/index.en-US.md
偏右 882cec62d6
docs: 🌈 Add Components overview page (#24491)
* 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>
2020-05-31 11:48:34 +08:00

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 -