Default

Function: default()

function default(props): Element

Defined in: src/components/menu/menu-item.tsx:13

MenuItem component that renders a link with an icon.

Parameters

props

The properties for the MenuItem component.

href?

string = ''

The URL to link to.

icon

ComponentType<SVGProps<SVGSVGElement>>

The icon component to display.

isActive?

boolean

Whether the menu item is active (applies styles if true).

Returns

Element

The rendered MenuItem component.