Basic
No data
Description
This component is used to display an empty state in a page.
It can be used to indicate that there is no data to display or that the user has not performed any action yet.
API
Supports global configuration
View the default configuration for this component. Learn more about global configuration.
import { LuiEmptyModule } from '@lqvrent-workspace/lqvrent-ui/empty';
<lui-empty></lui-empty>
lui-empty
Property | Description | Type | Default |
---|---|---|---|
[luiImage] | Image component | TemplateRef<void> | null | defined in config |
[luiContent] | Content of lui-empty . Can be internationalized | string | TemplateRef<void> | Record<string, string> | defined in config |
[luiFooter] | Footer of lui-empty | string | TemplateRef<void> | null | null |
More examples
Custom image
No data
Custom content
No data. Please try again later.
Custom content internationalization
No data. Please try again later :)
Custom footer
No data