bs4TimelineItem: AdminLTE3 timeline item

Description Usage Arguments Author(s)

View source: R/useful-items.R

Description

Create a timeline item

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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.

Author(s)

David Granjon, dgranjon@ymail.com


RX-PBB/bs4Mash documentation built on April 11, 2020, 12:15 a.m.