# NOT RUN {
## Only run examples in interactive R sessions
if (interactive()) {
dropdownButton(
"Your contents goes here ! You can pass several elements",
circle = TRUE, status = "danger", icon = icon("gear"), width = "300px",
tooltip = tooltipOptions(title = "Click to see inputs !")
)
}
# }
Run the code above in your browser using DataLab