powered by
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") )
a data.frame with two columns:
data.frame
variable : name of the variable.
variable
value default value used.
value
A pattern to filter the results.
Name of the theme for which to search the variables.
# List default variables for Bootstrap 3 search_vars_bs() # Variables for flatly theme search_vars_bs("flatly")
Run the code above in your browser using DataLab