Components
PageHeader
API Reference

API Reference

Header of the page

<Page>
  <PageHeader>
    <PageHeading>Title</PageHeading>
  </PageHeader>
</Page>

Parameters

props

  • Type: typescript.Omit<@types/react.React.DetailedHTMLProps<@types/react.React.HTMLAttributes<typescript.HTMLElement>, typescript.HTMLElement>, ref> & @types/react.React.RefAttributes<typescript.HTMLDivElement>

Props

PageHeaderProps

  • Type: @types/react.React.ComponentPropsWithoutRef<header>

View source (opens in a new tab)