Learn R Programming

fresh (version 0.2.1)

adminlte_vars: AdminLTE 2 custom variables

Description

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

Usage

adminlte_vars(...)

Value

a list that can be used in create_theme.

Arguments

...

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

Examples

Run this code
adminlte_vars(body_bg = "#FFF")

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

Run the code above in your browser using DataLab