Skip to content

PageTitle

Overview

Page-level header bar that an integrator places in their layout (above <RouterView>). It reads the active view's title and loading state from usePageTitle and hosts the page-action zone that PageActions teleports into. The view supplies the data; this component decides where the page <h1> and its actions appear, so the title is a layout concern rather than baked into each view.

Theme entry: PageTitle

Props

NameTypeRequiredDefaultDescription
themeOverrideString|Object|ArraynullA partial theme object merged with the component's default theme; accepts a class string, class array, or theme object.
stickybooleanfalseWhen true, the header is positioned sticky and pinned to the top of the scroll viewport.

Slots

title

Slot.

Source

client/lib/shell/page-title/PageTitle.vue

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2