```ts
import Header from "~/components/ui/Header.vue";
```
# Page header
Place the `Header` at the beginning of a page. Choose an appropriate heading level: `h1` or `h2` or `h3`. Choose `h1` unless the header is part of a page subsection or a modal.
```vue-html
```
## Add an image
Use the `` slot to place a picture to the left of the header.
```vue-html
```
My subtitle
## Add an action to the right of the heading
-> Use the `action` prop [which is the same as in the `Section` component](/components/ui/layout/section).