adminlte_vars {fresh} | R Documentation |
Use any AdminLTE or Bootstrap variables to customize a {shinydashboard} theme.
adminlte_vars(...)
... |
Variables to use, under the form |
a list
that can be used in create_theme
.
For a full list of available variables, use search_vars_adminlte2
.
adminlte_vars(body_bg = "#FFF")
adminlte_vars("body-bg" = "#FFF")