Skip to contents

Creates a dropdown menu in the navbar without requiring sidebar groups. This is a simple nested menu structure.

Usage

navbar_menu(text, pages, icon = NULL)

Arguments

text

Display text for the dropdown menu button

pages

Character vector of page names to include in the dropdown

icon

Optional icon for the menu button

Value

List containing navbar menu configuration

List containing navbar menu configuration

Examples