RinteRface / bs4Dash

Bootstrap 4 shinydashboard using AdminLTE3
https://bs4dash.rinterface.com
Other
428 stars 81 forks source link

href parameter for menuItem #123

Closed tanho63 closed 3 years ago

tanho63 commented 3 years ago

Hiya! In shinydashboard, the menuItem function can take an href argument, which I've used in the past to point that button to an external site. Was wondering if that parameter can be included in bs4dash :)

desired functionality looks like this:

sidebarMenu(
    menuItem("Main", tabName = "main"), # normal tab
    menuItem("External", href = "https://google.com") # points at external site for more info
)
tanho63 commented 3 years ago

Wooo! Yay :)