timelineBox: Create a timeline box for the main body of a dashboard.

Description Usage Arguments See Also

View source: R/boxes.R

Description

A timelineBox displays timelineLabel and timelineItem as main box content, often structures as an timelineLabel follows several timelineItems.

Usage

1
2
3
4
5
6
7
timelineBox(..., .list = NULL)

timelineLabel(text, color)

timelineItem(icon = shiny::icon("bars bg-blue"), header = NULL,
  body = NULL, footer = NULL, itemIcon = shiny::icon("clock-o"),
  itemText = "Just Now")

Arguments

...

For timeline items, this may consist of timelineLabels and timelineItems.

.list

An optional list containing items to put in the timeline same as the ... arguments, but in list format. This can be useful when working with programmatically generated items.

footer

Optional footer text.

See Also

box for usage examples.

Other boxes: box, calendarBox, carouselBox, chatBox, infoBox, socialWigetBox, tabBox, valueBox


gyang274/ygdashboard documentation built on May 17, 2019, 9:42 a.m.