Description Usage Arguments Author(s) Examples
Build an argon Nucleo icon wrapper
1 2 3 4 5 6 7 8 9 |
iconTag |
Slot for argonIcon |
circle |
Wrapper's shape. TRUE by default. |
size |
Wrapper size. "sm", "md" or "lg". |
status |
Wrapper color. See https://demos.creative-tim.com/argon-design-system/docs/foundation/colors.html. |
gradient_color |
icon gradient background color. |
shadow |
Whether to apply a shadow effet. TRUE by default. |
hover_shadow |
Only if shadow is TRUE. Whether to enlarge the shadow on hover. FALSE by default. |
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 | if (interactive()) {
library(argonR)
argonIconWrapper(
iconTag = argonIcon("atom"),
size = "lg",
status = "danger",
shadow = TRUE,
hover_shadow = TRUE
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.