Description Usage Arguments Author(s) Examples
Build an argon image container
1 2 3 4 5 6 7 8 |
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
1 2 3 4 5 6 7 8 | 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
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.