Learn R Programming

fresh (version 0.2.1)

bs4dash_vars: bs4dash custom variables

Description

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

Usage

bs4dash_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
bs4dash_vars(body_bg = "#FFF")

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

Run the code above in your browser using DataLab