View source: R/design-border.R
border | R Documentation |
Use border()
to add or modify tag element borders.
border(x, color = NULL, sides = "all", round = NULL)
x |
A tag element or .style pronoun. |
color |
One of |
sides |
One or more of |
round |
One or more of |
div() %>% border("primary")
# ->
div() %>% border_color("primary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.