Learn R Programming

tablerDash (version 0.1.5)

tablerDropdownItem: Create a Boostrap 4 dashboard dropdown container

Description

Build a tabler dashboard dropdown container

Usage

tablerDropdownItem(
  ...,
  title = NULL,
  href = NULL,
  url = NULL,
  status = NULL,
  date = NULL
)

Arguments

...

Item content.

title

Item title.

href

External link.

url

Author image.

status

Item status. Only if url is not NULL.

date

Item date.

Author

David Granjon, dgranjon@ymail.com