rounded_all | R Documentation |
The rounded_*()
functions adjust the corners of a tag element.
rounded_all(x, size)
rounded_top(x, size)
rounded_right(x, size)
rounded_bottom(x, size)
rounded_left(x, size)
x |
A tag element or .style pronoun. |
size |
A number or character string specifying a corner size. One of,
|
An object of the same type as x
.
library(htmltools)
div(
.style %>%
rounded_all(3)
)
div(
.style %>%
rounded_left("pill")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.