timelineItem: AdminLTE2 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
timelineItem(
  ...,
  icon = NULL,
  color = NULL,
  time = NULL,
  title = NULL,
  border = TRUE,
  footer = NULL
)

Arguments

...

any element such as timeLineItemMedia ...

icon

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

color

item color: 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


dsciencelabs/shinydashboardPlus documentation built on Dec. 20, 2021, 2:10 a.m.