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 PHP Methods (Fluent)

Method / PropertyParametersDescription
$m->pageHeader($id)stringCreate a page header component.
->title($title)stringSet the main heading text.
->subtitle($subtitle)stringSet the subtitle text below the heading.
->icon($faIcon)stringSet a Font Awesome icon next to the title.
->breadcrumb($breadcrumb)BreadcrumbEmbed a Breadcrumb component above the title.