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
Name | Type | Default | Description |
---|---|---|---|
description | string | undefined | The description of the page. |
title | string | undefined | The title of the page. |
Slots
Name | Description |
---|---|
media | Receives a custom media |
title | Receives a custom title |
description | Receives a custom description |
secondary-action | Receives a custom secondary action |
primary-action | Receives a custom primary action |
Events
None