Section Heading
In-page section header with title, optional description, and trailing actions.
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"
/>
}
/>title:stringSection heading label (text-heading-2).
description:stringOptional description shown below the title.
actions:ReactNodeTrailing actions slot (e.g. ghost IconButtons or LinkButtons).