Page Header
A simple page header component.
Installation
First install? Complete the one-time host setup.
Live preview
A page banner with a title, optional description, and a slot for actions on the right.
Loading preview…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | The page heading. |
| description | string | — | Optional supporting line under the title. |
| actions | ReactNode | — | Optional content rendered on the right, typically buttons. |