Description Usage Arguments Author(s) Examples
A custom color fo your text
1 | argonTextColor(tag, color)
|
tag |
Any tag containing text. |
color |
Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 | if (interactive()) {
library(argonR)
library(htmltools)
argonTextColor(
tag = h1("test"),
color = "success"
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.