# certara-page-header

<!-- Auto Generated Below -->


## Overview

Page headers provide a consistent user experience at the top of most page types in the system. In addition to the page title, a page header may contain a description and other static and interactive elements. Elements are arranged and display according to the context of the page.

## Properties

| Property   | Attribute  | Description                                                                           | Type     | Default     |
| ---------- | ---------- | ------------------------------------------------------------------------------------- | -------- | ----------- |
| `eyebrow`  | `eyebrow`  | Subheading that contains less important, tertiary information related to the headline | `string` | `undefined` |
| `headline` | `headline` | String that is output/nested inside <h1>                                              | `string` | `undefined` |


## Slots

| Slot                       | Description                                                         |
| -------------------------- | ------------------------------------------------------------------- |
|                            | Main slot for content inserted to the right of the header           |
| `"content-header-details"` | Slot available if you need to add additional content below the <h1> |
| `"content-header-title"`   | Slot for a custom heading                                           |


----------------------------------------------


