shinydashboardPlus (version 0.7.0)

navPillsItem: AdminLTE2 nav pill item

Description

Create a nav pill item

Usage

navPillsItem(pillName = NULL, pillColor = NULL, pillIcon = NULL,
  pillText = NULL, active = FALSE)

Arguments

pillName

pill name.

pillColor

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

pillIcon

pill icon, if any. Should be written like "fa fa-times".

pillText

pill text. Can also be a number.

active

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