Component

PageHeader

Page-level heading with an optional subtitle. Used at the top of content pages.

With subtitle

live editor β€” edit to update preview
<PageHeader
  title="My Articles"
  subtitle="Manage your published and draft articles."
/>

Title only

live editor β€” edit to update preview
<PageHeader title="Dashboard" />

Props

PropTypeDefaultDescription
title*stringβ€”Main heading rendered as h1.
subtitlestringβ€”Secondary line below the title.
classNamestringβ€”Additional classes on the wrapper.