# NOT RUN {
addPopup(
fui_el$label(id = "help_label", class = "small circular", "?"),
"This can be used as a help icon in a shiny app",
inverted = TRUE
)
addTooltip(
fui_el$label(class = "small circular", "?"),
"This can be used as a help icon in a shiny app"
)
# }
Run the code above in your browser using DataLab