ant-design/components/empty/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

1.8 KiB

category type title cols cover
Components Data Display Empty 1 https://gw.alipayobjects.com/zos/alicdn/HzvSywumz/Empty.svg

Empty state placeholder.

When To Use

  • When there is no data provided, display for friendly tips.
  • User tutorial to create something in fresh new situation.

API

<Empty>
  <Button>Create</Button>
</Empty>
Property Description Type Default Version
description Customize description string | ReactNode -
imageStyle style of image CSSProperties -
image Customize image. Will treat as image url when string provided. string | ReactNode Empty.PRESENTED_IMAGE_DEFAULT

Built-in images

  • Empty.PRESENTED_IMAGE_SIMPLE

  • Empty.PRESENTED_IMAGE_DEFAULT