Menu
menu.Rmd
The menu()
component represents a hierarchical menu structure.
See the official documention for menu, for all the correct props.
menu_button("menu", "menu")
menu(
id = "menu",
menu_item(text = "item1", value = "txt1", `starts-section` = TRUE),
menu_item(text = "item2", value = "txt2", icon = "add"),
menu_item(text = "item3", value = "txt3")
)