powered by
Build an argon blur effect
argonBlur(..., text = NULL, text_color = NULL)
Tag to be treated by the blur effect.
Text that appears on hover.
Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.
# NOT RUN { if (interactive()) { library(argonR) argonBlur( argonImage( src = "inst/images/imac.svg", floating = TRUE ) ) } # }
Run the code above in your browser using DataLab