argonImage {argonR} | R Documentation |
Create a Boostrap 4 image container
Description
Build an argon image container
Usage
argonImage(
src = NULL,
url = NULL,
floating = FALSE,
card_mode = FALSE,
hover_lift = FALSE,
width = NULL
)
Arguments
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. |
Author(s)
David Granjon, dgranjon@ymail.com
Examples
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
)
}
[Package argonR version 0.2.0 Index]