shinyDashboardThemes {dashboardthemes} | R Documentation |
Calls a custom theme object created using shinyDashboardThemeDIY
shinyDashboardThemes(theme)
theme |
String. Name of theme to be used |
CSS code. Theme for shinydashboard.
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.
shinyDashboardThemeDIY, shinyDashboardLogo
#...
### ui body
#dashboardBody(
### changing theme
shinyDashboardThemes(
theme = "blue_gradient"
)
### ui tabs
#,tabItems(
# tabItem(
# ...