Search Bootstrap variables
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 variables:
variable
: name of the variable.
value
: default value used in theme.
# List default variables for Bootstrap 3 search_vars_bs() # Variables for flatly theme search_vars_bs("flatly")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.