dropdown_menu: Create a dropdown menu.

View source: R/dropdown_menu.R

dropdown_menuR Documentation

Description

Create a dropdown menu with additional UI elements.

Usage

dropdown_menu(..., type = "messages", icon = NULL, show_counter = TRUE)

dropdownMenu(..., type = "messages", icon = NULL, show_counter = TRUE)

Arguments

...

UI elements to include within the dropdown menu.

type

Type of the displayed items.

icon

Icon of the dropdown menu. If not specified created based on type argument.

show_counter

If true circular label with counter is going to be shown for dropdown.

Value

A dropdown menu that can be passed to dashboardHeader

Functions

  • dropdownMenu(): Create a dropdown menu (alias for dropdown_menu for compatibility with shinydashboard)

Examples

dropdownMenu(icon = icon("warning sign"), taskItem("Project progress...", 50.777, color = "red"))
dropdownMenu(type = "notifications", notificationItem("This is notification!", color = "red"))

Appsilon/semantic.dashboard documentation built on April 21, 2024, 2:42 p.m.