Skip to content

PageHeader API

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

Import

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

Props

NameTypeDefaultDescription
descriptionstringundefinedThe description of the page.
titlestringundefinedThe title of the page.

Slots

NameDescription
mediaReceives a custom media
titleReceives a custom title
descriptionReceives a custom description
secondary-actionReceives a custom secondary action
primary-actionReceives a custom primary action

Events

None