search_vars_bs {fresh} | R Documentation |
Search Bootstrap variables
Description
Search Bootstrap variables
Usage
search_vars_bs(
pattern = NULL,
theme = c("default", "cerulean", "cosmo", "cyborg", "darkly", "flatly", "journal",
"lumen", "paper", "readable", "sandstone", "simplex", "slate", "spacelab",
"superhero", "united", "yeti")
)
Arguments
pattern |
A pattern to filter the results. |
theme |
Name of the theme for which to search the variables. |
Value
a data.frame
with two columns:
-
variable
: name of the variable. -
value
default value used.
Examples
# List default variables for Bootstrap 3
search_vars_bs()
# Variables for flatly theme
search_vars_bs("flatly")
[Package fresh version 0.2.1 Index]