# NOT RUN {
library(htmltools)
div(
.style %>%
text(spacing = "small"),
"Nam vestibulum accumsan nisl.",
"Fusce commodo."
)
div(
.style %>%
text(spacing = "large"),
"Suspendisse potenti.",
"Pellentesque tristique imperdiet tortor."
)
tags$button(
.style %>%
text(wrap = FALSE),
"Aliquam feugiat tellus ut neque."
)
# }
Run the code above in your browser using DataLab