Header
A responsive header with branding, navigation links and a sign-in button. Includes support for a mobile menu.
Navigation items need to be set dynamically by passing a navItems
props. You can set this in @/config/navigation.ts
:
And then import this variable and pass it when using the header:
This lets you customize what navigation links to show on a specific page. (To show no links, pass in []
.)
Last Updated: June 7