argonBlur {argonR} | R Documentation |
Build an argon blur effect
argonBlur(..., text = NULL, text_color = NULL)
... |
Tag to be treated by the blur effect. |
text |
Text that appears on hover. |
text_color |
Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
Not compatible with argonDash
David Granjon, dgranjon@ymail.com
if (interactive()) { library(argonR) argonBlur( argonImage( src = "inst/images/imac.svg", floating = TRUE ) ) }