Theme components

<GuiderLogo />#

React component that will show the currently configured logo.

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

Will show one of:

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

Example#

<GuiderLogo />

Reference#

function GuiderLogo(): ReactNode;