Description Usage Arguments Examples
Create a material timeline
1 |
... |
Slot for material_timeline_item |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | material_timeline(
material_timeline_item(
material_timeline_card(
src = "https://i.pinimg.com/originals/df/0a/3e/df0a3e2ec30abb1c92d145ef165b714f.gif",
depth = 5,
title = "Item 1",
extra = "Some text here!"
),
marker_icon = "language",
marker_color = "blue",
marker_size = "large"
),
material_timeline_item(
material_timeline_card(
src = "https://kulturologia.ru/files/u12645/Rhads-2.jpg",
hoverable = TRUE,
title = "Item 2",
extra = "Some text here!"
),
marker_icon = "work",
marker_color = "green",
marker_size = "small"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.