Skip to content

Page Header

Show design guidelines

HTML React Angular
<certara-page-header headline="Dashboard"></certara-page-header>
import { CertaraPageHeader } from '@certara/certara-ui-react';
<CertaraPageHeader headline="Dashboard" />
// In your module (e.g., app.module.ts)
import { CertaraUiAngularModule } from '@certara/certara-ui-angular';
@NgModule({
imports: [CertaraUiAngularModule]
})
// In your template:
<certara-page-header headline="Dashboard"></certara-page-header>

eyebrow

Attributeeyebrow
Typestring
Defaultundefined
Requiredfalse
DescriptionSubheading that contains less important, tertiary information related to the headline

headline

Attributeheadline
Typestring
Defaultundefined
Requiredfalse
DescriptionString that is output/nested inside

There are no events available for this component

There are no public methods available for this component

NameDescription
Main slot for content inserted to the right of the header
content-header-detailsSlot available if you need to add additional content below the

content-header-titleSlot for a custom heading