Section Heading

In-page section header with title, optional description, and trailing actions.

View in Figma
Location details
<SectionHeading title="Location details" />
Assigned techniciansTechnicians currently assigned to this request.
<SectionHeading
  title="Assigned technicians"
  description="Technicians currently assigned to this request."
  actions={
    <IconButton
      icon={faPlus}
      type="ghost"
      size="sm"
      aria-label="Add technician"
    />
  }
/>
Props
title:string
Section heading label (text-heading-2).
description:string
Optional description shown below the title.
actions:ReactNode
Trailing actions slot (e.g. ghost IconButtons or LinkButtons).
Tokens