Page-level heading, description, eyebrow, and actions.
PageHeader creates a calm top hierarchy for dashboards, settings pages, and product detail screens.
The title renders as h1 and actions sit at the trailing edge.
Review package health, pending changes, and release readiness.
<PageHeader
actions={<Button>New release</Button>}
description="Review package health, pending changes, and release readiness."
eyebrow="Workspace"
title="Release overview"
/>import { Button, PageHeader, PageHeaderActions } from "@froggdesign/enter-ui-react";Use children for secondary metadata rows below the description.
Manage product configuration.
SyncedPageHeader renders a header and uses h1 for title. Use only one primary PageHeader per document view.
title, description, eyebrow, and actions define the standard slots.children render inside the content column.PageHeaderActions is available when actions need direct composition.className.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.