PageHeader
Standardised page title area combining an optional breadcrumb, icon, heading, and subtitle into a single reusable component.
Full Example
Component Library
Browse all available Manhattan UI components.
Minimal (Title Only)
Dashboard
With Icon and Subtitle
Settings
Manage your account preferences.
PHP PHP Methods (Fluent)
| Method / Property | Parameters | Description |
|---|---|---|
$m->pageHeader($id) | string | Create a page header component. |
->title($title) | string | Set the main heading text. |
->subtitle($subtitle) | string | Set the subtitle text below the heading. |
->icon($faIcon) | string | Set a Font Awesome icon next to the title. |
->breadcrumb($breadcrumb) | Breadcrumb | Embed a Breadcrumb component above the title. |