LAYOUT
PageHeader
Top-of-page strip with eyebrow + display title + description + right-aligned actions slot. Renders a real <header> landmark with a bottom hairline border.
Import
Live preview
WORKSPACE
Damacchi UI
Memphis-inspired component library, ready to ship.
Props
PageHeader props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | ReactNode | — | Optional small uppercase label rendered above the title. |
| title* | ReactNode | — | Page heading rendered as an <h1> in the display font. |
| description | ReactNode | — | Optional paragraph below the title. |
| actions | ReactNode | — | Optional right-aligned slot for primary actions (Buttons, IconButtons, …). |
Accessibility
- The wrapper is a real
<header>— adds a banner landmark when used at the page level. - The title renders as
<h1>; only one PageHeader per route.