navPillsItem {shinydashboardPlus}R Documentation

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.

Author(s)

David Granjon, dgranjon@ymail.com


[Package shinydashboardPlus version 0.6.0 Index]