Open yikeshu0611 opened 3 years ago
No need for shinyjs
library(shinydashboard)
library(shiny)
ui <- dashboardPage(dashboardHeader(title = div('want to be red', style = "color: red;")),
dashboardSidebar(),
dashboardBody(),
title = 'nhanesR')
server <- function(input, output, session) {}
shinyApp(ui, server)
Great thanks for you. The shiny dashboard is so greate. I want to change the title color of the titlex It not works bellow