MenuItem
react / data/menuItems / MenuItem
Interface: MenuItem
Defined in: data/menuItems.tsx:7
Represents a single menu item to be displayed in the sidebar or navigation.
Properties
logo
logo:
ReactNode
Defined in: data/menuItems.tsx:21
The icon or visual representation shown next to the menu item.
name
name:
string
Defined in: data/menuItems.tsx:11
The display name of the menu item.
path
path:
string
Defined in: data/menuItems.tsx:16
The URL path the menu item links to.