Section-level heading and actions for dense product pages.
SectionHeader gives repeated sections a consistent title, description, and action rhythm below a PageHeader.
The title renders as h2 for section hierarchy.
Visible package state and operational signals.
<SectionHeader
actions={<Button variant="secondary">Configure</Button>}
description="Visible package state and operational signals."
eyebrow="Health"
title="Package status"
/>import { Button, SectionHeader } from "@froggdesign/enter-ui-react";Use only title and description when the section does not need actions.
People with access to this workspace.
SectionHeader renders a header and uses h2 for title. Keep heading levels in document order.
title, description, eyebrow, and actions define the standard slots.children render inside the content column.className.Every exported component accepts className when it renders an element. EnterUI styles use .eui-* classes and --eui-* variables mapped from FroggDesign theme tokens.