bulmaTimelineItem(
  ...,
  color = NULL,
  marker_color = NULL,
  marker_image = FALSE,
  marker_image_size = NULL,
  marker_icon = FALSE,
  content_header = NULL,
  content_body = NULL
)

Arguments

...

Insert an icon or image here (if they are enabled via marker_image and marker_icon, respectively) : tags$i(class = "fa fa-flag") or tags$img(src = "http://bulma.io/images/placeholders/32x32.png")

color

Plan color : link, info, primary, warning, danger, success, black, dark and ligth.

marker_color

Item marker color : link, info, primary, warning, danger, success, black, dark and ligth.

marker_image

TRUE or FALSE, FALSE by default. Whether to insert an image in the marker.

marker_image_size

image size.

marker_icon

TRUE or FALSE, FALSE by default. Whether to insert an icon in the marker.

content_header

Content header.

content_body

Item description.

Details

Valid size:

  • 16 - 16x16

  • 24 - 24x24

  • 32 - 32x32

  • 48 - 48x48

  • 54 - 54x54

  • 96 - 96x96

  • 128 - 128x128