Home > General Components > Header

Header

@wq/material’s <Header/> component displays the site title and breadcrumbs. Uses the corresponding <AppBar/> component from Material UI/React Native Paper. <Header/> is analogous to <header> in HTML.

Source

While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference:

  • Header.js (@wq/material)
  • Header.native.js (@wq/material)