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 titlesubtitlestringNoOptional subtitle/descriptionbackHrefstringNoBack navigation URLbackLabelstringNoBack link labelactionsSnippetNoSlot for action buttonschildrenSnippetNoSlot for additional content below titleBindable state
This component has no bindable public state.
Callback events
This component declares no callback event props.