Header

Renders a header section and title within the main application.

<Header title='Dashboard'>
  // children
</Header> 

Props

PropDescriptionRequiredValue

title

title of the view

required

string

Last updated