s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Layout

PageHeader

PageHeader - Standard page header with optional back navigation refactored for Material 3 Provides consistent page header layout with title, optional back link, and slot for action buttons.

Public export

typescript
import { PageHeader } from '@happyvertical/smrt-ui/layout';
Import path
@happyvertical/smrt-ui/layout
Props
6
Props described
6 of 6
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
titlestringYesPage title
subtitlestringNoOptional subtitle/description
backHrefstringNoBack navigation URL
backLabelstringNoBack link label
actionsSnippetNoSlot for action buttons
childrenSnippetNoSlot for additional content below title

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation