| argonTextColor {argonR} | R Documentation | 
Add a custom color to a text
Description
A custom color fo your text
Usage
argonTextColor(tag, color)
Arguments
| tag | Any tag containing text. | 
| color | Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. | 
Author(s)
David Granjon, dgranjon@ymail.com
Examples
if (interactive()) {
 library(argonR)
 library(htmltools)
 argonTextColor(
  tag = h1("test"),
  color = "success"
 )
}
[Package argonR version 0.2.0 Index]