Component
PageHeader
Page-level heading with an optional subtitle. Used at the top of content pages.
With subtitle
live editor β edit to update preview
<PageHeader title="My Articles" subtitle="Manage your published and draft articles." />
Title only
live editor β edit to update preview
<PageHeader title="Dashboard" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | β | Main heading rendered as h1. |
| subtitle | string | β | Secondary line below the title. |
| className | string | β | Additional classes on the wrapper. |