multiActionButton | R Documentation |
Multi action button for usage in a Shiny UI.
multiActionButton( rotate = TRUE, bg = NULL, fg = NULL, icon = NULL, direction = "right", subButtons )
rotate |
logical, whether to rotate the icon upon clicking the main button |
bg |
background color of the button |
fg |
color of the icon |
icon |
icon name |
direction |
the opening direction, |
subButtons |
a list of buttons created with |
A shiny.tag
object to be included in a Shiny UI.
if(interactive()){ shinyMUIdemo() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.