Skip to main content

SectionHeader

SectionHeader — Prism component.

Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggle
Live demo
Open ↗

When to use

SectionHeader — Prism component.

Accessibility

Heading levels are semantic (h1/h2…) so the page outline is correct for assistive tech.

Import

const { SectionHeader } = window.PrismDesignSystem_39d121;

Props

PropTypeRequiredDescription
eyebrowReact.ReactNode
titleReact.ReactNodeYes
descriptionReact.ReactNode
actionsReact.ReactNode
size"sm" | "md" | "lg"
rulebooleanBottom rule under the header.
askeyof React.JSX.IntrinsicElementsHeading tag for the title. Default "h2".