EmptyCard is a component used to display an empty state with an optional cover image and description.
EmptyCard
import { EmptyCard } from '@lobehub/ui';EmptyCard is a component used to display an empty state with an optional cover image and description.
import { EmptyCard } from '@lobehub/ui';| Name | Description | Type | Default |
|---|---|---|---|
| alt | -- | string | -- |
| cover | -- | string | -- |
| defaultVisible | -- | boolean | -- |
| desc | -- | string | (required) |
| height | -- | number | -- |
| imageProps | -- | any | -- |
| onVisibleChange | -- | (visible:boolean)=>void | -- |
| title | -- | string | (required) |
| visible | -- | boolean | -- |
| width | -- | number | -- |
description

description