Skip to main content

PageHeader

PageHeader — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

PageHeader — Prism component.

Accessibility

Heading levels are semantic (h1/h2…) so the page outline is correct for assistive tech.

Import

const { PageHeader } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
breadcrumbsReact.ReactNode
leadReact.ReactNodeLeading icon / avatar beside the title block.
titleReact.ReactNodeYes
statusReact.ReactNodeInline node next to the title (e.g. a status Badge).
subtitleReact.ReactNode
metaReact.ReactNode | React.ReactNode[]A node, or an array of meta items rendered as a wrapping row.
actionsReact.ReactNode
tabsReact.ReactNodeTabs strip rendered below, separated by a rule.
dividerbooleanAdd a bottom divider under the whole header.