shinyDashboardThemes: shinyDashboardThemes

View source: R/CreateTheme_shinyDashboardThemes.R

shinyDashboardThemesR 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

  • blue_gradient: Demonstrates use of gradients, shadows and rounded corners.

  • flat_red: Flat colour theme with red highlights.

  • grey_light: Lightweight grey theme.

  • grey_dark: Demonstrates use of inverted dark colour schemes.

  • onenote: Styled similarly to the OneNote application.

  • poor_mans_flatly: Poor man's version of the Flatly theme.

  • purple_gradient: Demonstrates use of dark gradients and rounded corners.

See Also

shinyDashboardThemeDIY, shinyDashboardLogo

Examples


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

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

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


dashboardthemes documentation built on July 14, 2022, 1:05 a.m.