You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
---
category: Components
type: Data Display
title: Empty
cols: 1
---
Empty state placeholder.
## When To Use
When there is no data provided, display for friendly tips.
## API
```jsx
< Empty >
< Button > Create< / Button >
< / Empty >
```
| Property | Description | Type | Default |
| -------- | ----------- | ---- | ------- |
| description | Customize description | string \| ReactNode | - |
| imageSize | image size | number | - |
| image | Customize image. Will tread as image url when string provided. since 3.16.0,you can choose another style of image by setting image to 'simple'. | string \| ReactNode | false |