dropdown_menu_output: Create a dropdown menu output.

Description Usage Arguments Value Functions Examples

View source: R/dropdown_menu_output.R

Description

UI-side function for dynamic dropdownMenu.

Usage

1
2
3

Arguments

outputId

Id of the output.

Value

A dropdown menu that can be passed to dashboardHeader

Functions

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
dropdownMenuOutput("dropdown")

output$dropdown <- renderDropdownMenu({
  dropdownMenu(messageItem("MichaƂ", "Test message", color = "teal"),
              messageItem("Marek", "Another test!", icon = "warning", color = "red"))
})

## End(Not run)

PaskalSunari/semantic.dashboard-develop documentation built on Dec. 18, 2021, 6:41 a.m.