Skip to content

PageHeader

<ts-page-header> vv0.6.3

The ts-page-header component.

Open in Storybook for interactive demos.

<ts-page-header></ts-page-header>
PropertyAttributeTypeDefaultDescription
backHrefback-hrefstring | undefinedOptional URL for the back navigation link. When set, renders a back arrow link.
descriptiondescriptionstring | undefinedOptional description text displayed below the heading.
headingheadingstringThe page heading text.
EventDetailBubblesComposedDescription
tsBackvoidYesYesEmitted when the back link is clicked.
NameDescription
actionsRight-aligned action buttons.
breadcrumbBreadcrumb navigation displayed above the heading.
tabsTab navigation displayed below the description.

Use ::part() to style internal elements:

PartDescription
backThe back navigation link.
descriptionThe description paragraph.
headingThe h1 heading element.
ts-page-header::part(back) {
/* your custom styles */
}
<ts-page-header></ts-page-header>
import { TsPageHeader } from '@tessera-ui/react';
<TsPageHeader></TsPageHeader>