navPillsItem: AdminLTE2 nav pill item

Description Usage Arguments Author(s)

View source: R/useful-items.R

Description

Create a nav pill item

Usage

1
2
3
4
5
6
7
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


dsciencelabs/shinydashboardPlus documentation built on Dec. 20, 2021, 2:10 a.m.