Simple — full

Breadcrumbs + actions + search

razor
<PageHeader Title="Team members" SupportingText="Manage your team members and their account permissions here."> <Breadcrumbs> <Breadcrumb Collapsed="true" ShowHomeIcon="true" Items="@breadcrumbItems" /> </Breadcrumbs> <Actions> <Button Variant="tertiary" Text="Tertiary" /> <Button Variant="secondary" Text="Secondary" /> <Button Variant="primary" Text="Primary" /> </Actions> <Search> <InputField Placeholder="Search"> <LeadingIcon><svg>...search icon...</svg></LeadingIcon> </InputField> </Search> </PageHeader>

Simple — title + actions

Without breadcrumbs or search

razor
<PageHeader Title="Team members" SupportingText="Manage your team members and their account permissions here."> <Actions> <Button Variant="secondary" Text="Secondary" /> <Button Variant="primary" Text="Primary" /> </Actions> </PageHeader>

Simple — title only

Minimal header

razor
<PageHeader Title="Settings" SupportingText="Manage your account settings and preferences." />

Avatar — full

Profile header with avatar

razor
<PageHeader Title="Olivia Rhye" SupportingText="olivia@untitledui.com" AvatarSrc="/avatars/olivia.jpg"> <Breadcrumbs> <Breadcrumb Collapsed="true" Items="@breadcrumbItems" /> </Breadcrumbs> <Actions> <Button Variant="secondary" Text="Edit profile" /> <Button Variant="primary" Text="Save changes" /> </Actions> </PageHeader>

Avatar — title + actions

Profile header without breadcrumbs

razor
<PageHeader Title="Olivia Rhye" SupportingText="olivia@untitledui.com" AvatarSrc="/avatars/olivia.jpg"> <Actions> <Button Variant="secondary" Text="Edit profile" /> <Button Variant="primary" Text="Save changes" /> </Actions> </PageHeader>
An unhandled error has occurred. Reload 🗙

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.