Skip to content

QuickAction API

API reference docs for the Stash QuickAction component. Learn about the props, CSS, and other APIs of this exported module.

Import

ts
import QuickAction from '@leaflink/stash/QuickAction.vue';

Props

NameTypeDefaultDescription
iconIconName-Icon to render on the left side
subtitlestring '-' The subtitle prop will show the second line of text
titlestring '-' The title prop will show the first line of text
hrefstring '-' If defined, the quick action will render as an `<a />` tag.
toRouteLocationRaw-The `to` prop for vue-router's `RouterLink` component

Slots

None

Events

None