View source: R/FilterState-utils.R
fetch_bs_color | R Documentation |
Determines the color specification for the currently active Bootstrap color theme and returns one queried color.
fetch_bs_color(color, alpha = NULL)
color |
( |
alpha |
either a |
Named character(1)
containing a hexadecimal color representation.
fetch_bs_color <- getFromNamespace("fetch_bs_color", "teal.slice")
fetch_bs_color("primary")
fetch_bs_color("danger", 0.35)
fetch_bs_color("danger", "80")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.