argonBlur: Create a Boostrap 4 blur effect

View source: R/extra-effects.R

argonBlurR Documentation

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.

text_color

Text color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html.

Note

Not compatible with argonDash

Author(s)

David Granjon, dgranjon@ymail.com

Examples

if (interactive()) {
 library(argonR)
 argonBlur(
  argonImage(
   src = "inst/images/imac.svg",
   floating = TRUE
  )
 ) 
}


RinteRface/argonR documentation built on Feb. 1, 2024, 4:40 p.m.