Skip to content
import { UNSTABLE_PageHeader } from '@cimpress-ui/react';

The page header renders the page title as an <h1>. Use one page header for the primary content of a page, and make sure the required title clearly identifies that page.

Ref<HTMLElement>

The ref type for this component.

UNSTABLE_PageHeaderProps
string

The title describing the page. Rendered as an <h1> element.

ReactNode

Optional navigation breadcrumbs displayed above the title.

ReactNode

Optional action buttons or controls displayed to the right of the title.

ReactNode

Optional row beneath the title for metadata or a short description. Automatically styled as subtle when a string is provided.

ReactNode

Optional tabs displayed below the header content.

string

The element's unique identifier. See MDN.

boolean

Use this attribute to "claim" the component tree for exclusive Cimpress UI usage.

string

Sets the CSS className for the element. Only use as a last resort. Use style props instead.

See styling guide.

CSSProperties

Sets the CSS style for the element. Only use as a last resort. Use style props instead.

See styling guide.