PageHeader
Page title with optional subtitle, breadcrumb, and action buttons.
Preview
Usage
import { PageHeader } from '@ramtt/ui'
<PageHeader
title="Dashboard"
subtitle="Performance overview"
actions={<Button size="sm">Export</Button>}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Page title |
| subtitle | string | — | Subtitle text |
| breadcrumb | ReactNode | — | Breadcrumb above title |
| actions | ReactNode | — | Action buttons |