shinyDashboardThemes {dashboardthemes}R Documentation

shinyDashboardThemes

Description

Calls a custom theme object created using shinyDashboardThemeDIY

Usage

shinyDashboardThemes(theme)

Arguments

theme

String. Name of theme to be used

Value

CSS code. Theme for shinydashboard.

Available themes

See Also

shinyDashboardThemeDIY, shinyDashboardLogo

Examples


#...
### ui body
#dashboardBody(

  ### changing theme
  shinyDashboardThemes(
    theme = "blue_gradient"
  )

  ### ui tabs
  #,tabItems(
  #  tabItem(
  #    ...


[Package dashboardthemes version 1.1.6 Index]