Navbar help button (styled)
Usage
dash_nav_help_button(
id,
label = "Help",
icon = "circle-question",
class = NULL,
...
)
Arguments
- id
inputId for actionButton
- label
Button label
- icon
Font Awesome icon name
- class
Additional classes
- ...
Passed to shiny::actionButton
Value
A shiny.tag object representing a styled navbar action button.