Description Usage Arguments Author(s) See Also
Can be used to add dropdown items to a cardtool.
To insert in boxDropdown.
1 2 3 4 5 6 7 | cardDropdown(..., icon = shiny::icon("wrench"))
cardDropdownItem(..., id = NULL, href = NULL, icon = NULL)
boxDropdown(..., icon = shiny::icon("wrench"))
boxDropdownItem(..., id = NULL, href = NULL, icon = NULL)
|
... |
Item content. |
icon |
Optional icon. Expect icon. |
id |
If passed, the item will behave like an action button. |
href |
Target url or page. |
David Granjon, dgranjon@ymail.com
Other boxWidgets:
attachmentBlock(),
bs4CardLabel(),
bs4CardSidebar(),
bs4Carousel(),
bs4SocialCard(),
bs4Timeline(),
cardProfile(),
descriptionBlock(),
userPost()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.