Learn R Programming

argonR (version 0.2.0)

argonBlur: Create a Boostrap 4 blur effect

Description

Build an argon blur effect

Usage

argonBlur(..., text = NULL, text_color = NULL)

Arguments

...

Tag to be treated by the blur effect.

text

Text that appears on hover.

Examples

Run this code
# NOT RUN {
if (interactive()) {
 library(argonR)
 argonBlur(
  argonImage(
   src = "inst/images/imac.svg",
   floating = TRUE
  )
 ) 
}

# }

Run the code above in your browser using DataLab