Navigation

PageHeader

No consumers

A page title with optional description, for settings-style full-width pages.

Importimport { PageHeader } from "@/components/layout";
Sourcesrc/components/layout/PageHeader

A page title with an optional description, for full-width settings-style pages. It renders an h1, so use one per page.

Default

Site settings

Domains

Connect a custom domain to this project.

Props

PageHeader

PropTypeDefaultDescription
titleReactNodeRequired. Rendered as an `h1`.
descriptionReactNodeOptional line beneath the title.