PageHeader

Page-level header with title, description, breadcrumb, and actions slots.

Category: layout · WCAG 2.1-AA · layout, header, page

Props

PropTypeDefaultDescription
titleReactNodePage title, rendered as the `<h1>`. Accepts nodes, not just a string, so you can put a status Badge or a linked domain beside the name — the canonical project-header shape. Keep it inline-level: it is an `<h1>`.
descriptionReactNodeSupporting line under the title, rendered as a `<p>`. Accepts nodes.
breadcrumbReactNodeBreadcrumb slot
actionsReactNodeAction buttons slot
classNamestringAdditional CSS class

Design tokens

When to use

When not to use

Examples

Basic

Title with description

<PageHeader title="Dashboard" description="Welcome back" />

Related components

← Back to docs