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
-
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(
# ...
[Package dashboardthemes version 1.1.6 Index]