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
Name | Type | Default | Description |
---|---|---|---|
icon | IconName | - | Icon to render on the left side |
subtitle | string | '-' | The subtitle prop will show the second line of text |
title | string | '-' | The title prop will show the first line of text |
href | string | '-' | If defined, the quick action will render as an `<a />` tag. |
to | RouteLocationRaw | - | The `to` prop for vue-router's `RouterLink` component |
Slots
None
Events
None