| timelineItem {shinydashboardPlus} | R Documentation |
Create a timeline item
timelineItem(..., icon = NULL, color = NULL, time = NULL, title = NULL, border = TRUE, footer = NULL)
... |
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. |
David Granjon, dgranjon@ymail.com