View source: R/design-shadow.R
shadow | R Documentation |
The shadow
utility applies a shadow to a tag element. By default many
elements include a shadow to help distinguish them. Use "none"
to remove an
element's shadow.
shadow(x, size = "medium")
x |
A tag element or .style pronoun. |
size |
One of |
div() %>% shadow("small")
# ->
div() %>% cascadess::shadow("small")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.