rstudio / shinydashboard

Shiny Dashboarding framework
https://rstudio.github.io/shinydashboard/
Other
892 stars 300 forks source link

Header and Footer #237

Closed vikram-rawat closed 6 years ago

vikram-rawat commented 7 years ago

Need a way to add title at the top bar along with creating tabs at the top bar or inserting images

The Top bar looks empty and flat some of my clients wanted us to do this. But I had no idea how it could be done.

Can you please give us the flexibility with the top bar at the center. Please

bborgesr commented 6 years ago

There's no way to do this in shinydashboard, since it is based on AdminLTE, which does not offer any way of doing that.

For your clients' needs, I think you'd be better off using shiny directly. The shiny::navbarPage function does what I think you want. Take a look at this app for an example of a Shiny app, built with navbarPage.