Skip to content

NavigationMenu

This component provides a navigation menu for the application. It includes a hamburger button, a side panel with navigation links, and a profile manager.

Functions

function NavigationMenu(): Element;

Defined in: src/components/NavigationMenu.tsx:25

The NavigationMenu component.

This component is responsible for the following:

  • Displaying a hamburger button to open the navigation menu.
  • Displaying a side panel with navigation links.
  • Allowing the user to set, update, and clear their profile.

Returns

Element

The NavigationMenu component.