Theme components
<GuiderContentFooter />
#
React component that will show the currently configured content footer.
It respects the configured contentFooter
in the layout settings. Read more about partials.
Will show one of:
- Nothing if the content footer is set to be hidden.
- The default content footer with the configured settings.
- The custom component if the content footer has been overriden in the partials.
Example#
<GuiderContentFooter />
Reference#
function GuiderContentFooter(): ReactNode;