# XWUIBarPageHeader

Page header with back button, optional breadcrumb, title, subtitle, and content. Element Plus Page Header equivalent.

## Basic Usage

Page header with back button, optional breadcrumb, title, subtitle, and content.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Page header with back button, optional breadcrumb, title, subtitle, and content.
```

## With Breadcrumbs

A page header that renders a Home › Reports › Q3 Revenue breadcrumb trail above the title.

```example
file: examples/WithBreadcrumbs.ts
html: examples/WithBreadcrumbs.html
title: With Breadcrumbs
description: A page header that renders a Home › Reports › Q3 Revenue breadcrumb trail above the title.
```

## With Back Button

A page header with a back button wired to an onBack callback plus an extra content slot.

```example
file: examples/WithBackButton.ts
html: examples/WithBackButton.html
title: With Back Button
description: A page header with a back button wired to an onBack callback plus an extra content slot.
```

```api
```
