View source: R/design-background.R
background | R Documentation |
Use background()
to modify the background color of a tag element.
background(x, color)
x |
A tag element or .style pronoun. |
color |
One of |
div() %>% background("primary")
# ->
div() %>% cascadess::background_color("primary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.