ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

A bsNavBar page with tabPanels possible? #6

Closed skranz closed 9 years ago

skranz commented 10 years ago

Hi,

first of all, I really like the shinyBS widgets, thanks a lot for creating the package. I wonder if there is a simple way to implement with bsNavBar a standard shiny navbarPage with different tabPanels, like

navbarPage("App Title",
  tabPanel("Plot"),
  tabPanel("Summary"),
  tabPanel("Table")
)

The advantage of using bsNavBar over the standard shiny navbarPage, would be that one can fix it at the top of the window. It would also be great if one could update with code the current page that is shown. Do you think this could be easily added to shinyBS?