UxPageTitle

components/ux/PageTitle.vue

Underlined page-title bar with optional breadcrumb trail, back link, right-aligned actions, and "chin" slots below the rule.

Back to Agents
Agents
/
Agent Details
Linked breadcrumbs + right slot
Security
/
Credential Redaction
Chin slots below the rule
Agents
128 total
Scenarios
Simple Title
Back to a rather long index page name
Organization
/
Infrastructure
/
Kubernetes
/
An Unusually Long Detail Page Title That Tests Wrapping
components/ux/PageTitle.vue

Usage

<UxPageTitle backText = "undefined" :breadcrumb = "breadcrumb" :titleSize = "24" > Content here </UxPageTitle>

Props

PropTypeDefaultDescription
backTextStringundefinedWhen set, shows a "← text" back link above the title; clicking emits back
breadcrumbString | Object | ArrayundefinedCrumbs before the title. String → plain crumb; { title, to } → linked crumb; array combines several
titleSizeNumber24Title font size in px — bump for hero detail-page titles

Events

EventDescription
backWhen the back link is clicked

Slots

SlotDescription
defaultThe page title text
rightRight-aligned content inside the underlined row (actions, metrics)
far-rightContent outside the underline on the far right
chinRow below the title bar (filters, tabs)
chin-rightRight-aligned content in the chin row

Related

Qpoint Brand Style Guide