search_vars_bs | R Documentation |
Search Bootstrap variables
search_vars_bs(
pattern = NULL,
theme = c("default", "cerulean", "cosmo", "cyborg", "darkly", "flatly", "journal",
"lumen", "paper", "readable", "sandstone", "simplex", "slate", "spacelab",
"superhero", "united", "yeti")
)
pattern |
A pattern to filter the results. |
theme |
Name of the theme for which to search the variables. |
a data.frame
with two columns:
variable
: name of the variable.
value
default value used.
# List default variables for Bootstrap 3
search_vars_bs()
# Variables for flatly theme
search_vars_bs("flatly")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.