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: { children: React.ReactNode }): void

Parameters

props

parameter
{ children: React.ReactNode }