Bill Chen
Bill Chen

Reputation: 1749

How can I make a multiline shiny dashboard header title?

I am trying to do a multiline dashboard header title, since my title is too long.

The code is:

dashboardHeader(title="NMR Reference\nCorrection")

Header doesn't show the whole thing

Upvotes: 2

Views: 1919

Answers (1)

Bill Chen
Bill Chen

Reputation: 1749

Figured out. http://rstudio.github.io/shinydashboard/appearance.html#long-titles

It turned out there's a documentation on it, and it's right at the dashboard website. But anyway I will leave it on the overstack, it might be beneficial.

Thank you so much, Bill

Upvotes: 5

Related Questions