EEnterUI
DocsComponentsThemesDonation
Get Started
      • Header
      • PageHeader
      • SectionHeader
EnterUIDocsLayout UtilitiesApp LayoutPage StructurePageHeader
Layout UtilitiesUpdated 6 May 2026

PageHeader

Page-level heading, description, eyebrow, and actions.

PageHeader creates a calm top hierarchy for dashboards, settings pages, and product detail screens.

#Default usage

Page header

The title renders as h1 and actions sit at the trailing edge.

Workspace

Release overview

Review package health, pending changes, and release readiness.

Code
<PageHeader
  actions={<Button>New release</Button>}
  description="Review package health, pending changes, and release readiness."
  eyebrow="Workspace"
  title="Release overview"
/>

#Import

Code
import { Button, PageHeader, PageHeaderActions } from "@froggdesign/enter-ui-react";

#Variants

Custom children

Use children for secondary metadata rows below the description.

Project settings

Manage product configuration.

Synced

#Accessibility

PageHeader renders a header and uses h1 for title. Use only one primary PageHeader per document view.

#API

  • title, description, eyebrow, and actions define the standard slots.
  • children render inside the content column.
  • PageHeaderActions is available when actions need direct composition.
  • Supports native header props and className.

#Styling

Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.

PreviousHeader
NextSectionHeader

On this page

  1. Default usage
  2. Import
  3. Variants
  4. Accessibility
  5. API
  6. Styling