Description Usage Arguments Examples
Create a material carousel
1 | material_carousel(..., slider = FALSE, slider_position = NULL)
|
... |
slot for material_carousel_item. |
slider |
Whether to display a slider or not. FALSE by default. |
slider_position |
Slider position, only if slider is TRUE. |
1 2 3 4 5 6 7 8 9 | material_carousel(
material_carousel_item(
src = "https://cdn4.buysellads.net/uu/1/3386/1525211184-62491.png"
),
material_carousel_item(
fixed = TRUE,
src = "https://cdn4.buysellads.net/uu/1/3386/1525211184-62491.png"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.