bs_vars {fresh} | R Documentation |
Bootstrap custom variables
Description
Use any Bootstrap variables to customize a {shiny} theme.
Usage
bs_vars(...)
Arguments
... |
Variables to use, under the form |
Value
a list
that can be used in create_theme
.
Note
For a full list of available variables, use search_vars_bs
.
Examples
bs_vars(body_bg = "#FFF")
bs_vars("body-bg" = "#FFF")
[Package fresh version 0.2.0 Index]