Learn R Programming

bs4Dash (version 0.5.0)

bs4TimelineItem: AdminLTE3 timeline item

Description

Create a timeline item

Usage

bs4TimelineItem(
  ...,
  elevation = NULL,
  icon = NULL,
  status = NULL,
  time = NULL,
  title = NULL,
  border = TRUE,
  footer = NULL
)

Arguments

...

Any element such as bs4TimelineItemMedia ...

elevation

Timeline elevation (numeric). NULL by default.

icon

Item icon such as "clock-o", "times", ...

status

Item status: see here for a list of valid colors https://adminlte.io/themes/AdminLTE/pages/UI/general.html.

time

Item date or time.

title

Item title.

border

Whether to display a border between the header and the body. TRUE by default.

footer

Item footer if any.