Skip to content

MenuItem

type MenuItem =
    {
        Entry: MenuEntry
        Badge: MenuBadge option
    }
AssemblyNacara.Theme.Default

An entry of the sidebar menu.

Built with the Menu functions rather than by hand: Menu.page "guide/i18n.md" |> Menu.badge "New".

Fields

Entry: MenuEntry
Badge: MenuBadge option