Theme components

<GuiderHeader />#

React component that will show the currently configured navigation partial.

It respects the configured navigation in the layout settings. Read more about partials.

Will show one of:

  • Nothing if the navigation bar is set to be hidden.
  • The default navigation bar with the configured settings.
  • The custom component if the navigation bar has been overriden in the partials.

Example#

<div id="custom-header">
  <GuiderHeader />
</div>

Reference#

function GuiderHeader(): ReactNode;