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

SectionHeader

Section-level heading and actions for dense product pages.

SectionHeader gives repeated sections a consistent title, description, and action rhythm below a PageHeader.

#Default usage

Section header

The title renders as h2 for section hierarchy.

Health

Package status

Visible package state and operational signals.

Code
<SectionHeader
  actions={<Button variant="secondary">Configure</Button>}
  description="Visible package state and operational signals."
  eyebrow="Health"
  title="Package status"
/>

#Import

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

#Variants

Minimal header

Use only title and description when the section does not need actions.

Members

People with access to this workspace.

#Accessibility

SectionHeader renders a header and uses h2 for title. Keep heading levels in document order.

#API

  • title, description, eyebrow, and actions define the standard slots.
  • children render inside the content column.
  • 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.

PreviousPageHeader
NextSidebar

On this page

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