Create a nav pill item

navPillsItem(
  left = NULL,
  right = NULL,
  color = NULL,
  icon = NULL,
  active = FALSE
)

Arguments

left

pill left text.

right

pill right text.

color

pill color: see here for a list of valid colors https://adminlte.io/themes/AdminLTE/pages/UI/general.html.

icon

pill icon, if any.

active

Whether the item is active or not. FALSE by default.

Author

David Granjon, dgranjon@ymail.com