Learn R Programming

bs4Dash (version 0.2.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.