argonImage {argonR} | R Documentation |
Build an argon image container
argonImage( src = NULL, url = NULL, floating = FALSE, card_mode = FALSE, hover_lift = FALSE, width = NULL )
src |
Image source or path. |
url |
Only with card_mode on. Optional external link. |
floating |
Whether to apply a floating effect. FALSE by default. |
card_mode |
Whether to include the image in a card wrapper. FALSE by default. |
hover_lift |
Whether to apply a lift effect on hover. FALSE by default. Not compatible with floating. Only if card_mode is TRUE. |
width |
Image manual width in px. |
David Granjon, dgranjon@ymail.com
if (interactive()) { library(argonR) argonImage( floating = TRUE, src = "https://demos.creative-tim.com/argon-design-system/assets/img/ill/ill-2.svg", hover_lift = TRUE ) }