Skip to content

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

NameTypeDefaultDescription
image{ alt?: string; src: string; }() => ({ alt: , src: , })
subtitlestring '' the subtitle text of the empty state
textstring ''
titlestring '' the title text of the empty state
vignetteVignetteNamesundefinedThe name of the vignette illustration to render

Slots

NameDescription
title
subtitle
button
image

Events

None