adminlte_vars: AdminLTE 2 custom variables

Description Usage Arguments Value Note Examples

View source: R/vars-adminlte.R

Description

Use any AdminLTE or Bootstrap variables to customize a {shinydashboard} theme.

Usage

1

Arguments

...

Variables to use, under the form body_bg = "#FFF" or "body-bg" = "#FFF".

Value

a list that can be used in create_theme.

Note

For a full list of available variables, use search_vars_adminlte2.

Examples

1
2
3
adminlte_vars(body_bg = "#FFF")

adminlte_vars("body-bg" = "#FFF")

Example output

$`body-bg`
[1] "#FFF"

attr(,"class")
[1] "fresh_sass_vars" "adminlte_vars"   "list"           
$`body-bg`
[1] "#FFF"

attr(,"class")
[1] "fresh_sass_vars" "adminlte_vars"   "list"           

fresh documentation built on July 2, 2020, 1:59 a.m.