search_vars_bs: Search Bootstrap variables

Description Usage Arguments Value Examples

View source: R/search-vars.R

Description

Search Bootstrap variables

Usage

1
2
3
4
5
6
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 variables:

Examples

1
2
3
4
5
# List default variables for Bootstrap 3
search_vars_bs()

# Variables for flatly theme
search_vars_bs("flatly")

fresh documentation built on July 2, 2020, 1:59 a.m.