Can be used to add dropdown items to a cardtool.

To insert in boxDropdown.

cardDropdown(..., icon = shiny::icon("wrench"))

cardDropdownItem(..., id = NULL, href = NULL, icon = NULL)

boxDropdown(..., icon = shiny::icon("wrench"))

boxDropdownItem(..., id = NULL, href = NULL, icon = NULL)

Arguments

...

Item content.

icon

Optional icon. Expect icon.

id

If passed, the item will behave like an action button.

href

Target url or page.

Author

David Granjon, dgranjon@ymail.com