EmptyState API
API reference docs for the Stash EmptyState
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import EmptyState from '@leaflink/stash/EmptyState.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
image | { alt?: string; src: string; } | () => ({
alt: ,
src: ,
}) | |
subtitle | string | '' | the subtitle text of the empty state |
text | string | '' | |
title | string | '' | the title text of the empty state |
vignette | VignetteNames | undefined | The name of the vignette illustration to render |
Slots
Name | Description |
---|---|
title | |
subtitle | |
button | |
image |
Events
None