Description Usage Arguments Note Author(s) Examples
View source: R/extra-effects.R
Build an argon cascade effect
1 |
... |
Slot for argonCascadeItem. Exactly 13 items. |
You must pass cascade = TRUE to argonSection
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | if (interactive()) {
library(argonR)
argonSection(
size = "lg",
status = "default",
cascade = TRUE,
argonH1(display = 3, "ArgonR Cascade Effect") %>%
argonPadding(orientation = "l", value = 5) %>%
argonPadding(orientation = "b", value = 5) %>%
argonTextColor(color = "white"),
argonCascade(
argonCascadeItem(name = "diamond", src = "https://www.google.com"),
argonCascadeItem(name = "album-2", size = "sm"),
argonCascadeItem(name = "app", size = "sm"),
argonCascadeItem(name = "atom", size = "sm"),
argonCascadeItem(name = "bag-17", src = "https://www.google.com"),
argonCascadeItem(name = "bell-55"),
argonCascadeItem(name = "credit-card"),
argonCascadeItem(name = "briefcase-24", size = "sm", "https://www.google.com"),
argonCascadeItem(name = "building", size = "sm"),
argonCascadeItem(name = "button-play", size = "sm"),
argonCascadeItem(name = "calendar-grid-58"),
argonCascadeItem(name = "camera-compact"),
argonCascadeItem(name = "chart-bar-32")
)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.