## Empty
Placeholder hints for empty states.
### Basic usage
:::demo
```html
```
:::
### Custom image
Use `image` prop to set image URL.
:::demo
```html
```
:::
### Image size
Use `image-size` prop to control image size.
:::demo
```html
```
:::
### Bottom content
Use the default slot to insert content at the bottom.
:::demo
```html
Button
```
:::
### Empty Attributes
| Attribute | Description | Type | Acceptable Value | Default |
|------------- |---------------- |---------------- |---------------------- |-------- |
| image | image URL | string | — | — |
| image-size | image size (width) | number | — | — |
| description | description | string | — | — |
### Empty Slots
| Name | Description |
|------|--------|
| default | Custom bottom content |
| image | Custom image |
| description | Custom description |