PageHeader
Page title, supporting line, and actions in one row. Description caps at 60 characters wide for comfortable reading.
Example
Projects
Ship pages, themes, and deploys from one console.
<PageHeader title="Projects" description="...">
<Button slot="actions">New project</Button>
</PageHeader>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | - | Page heading. |
description | string | - | One supporting line. |
level | 1 | 2 | 1 | Heading level (use 2 inside demo/docs contexts). |
Accessibility
- One h1 per page: pass
level=2when the page title already exists. - Actions sit in a labeled group next to the title.