Skip to main content

PageTitle

PageTitle

Status: Developer Preview

A component for displaying the title of a page. This should be used inside the Page component.

Signature
function PageTitle(props: Readonly<{ children: React.ReactNode }>): void

Parameters

props

parameter
Readonly<{ children: React.ReactNode }>