| navPillsItem {shinydashboardPlus} | R Documentation |
Create a nav pill item
navPillsItem(pillName = NULL, pillColor = NULL, pillIcon = NULL, pillText = NULL, active = FALSE)
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. |
David Granjon, dgranjon@ymail.com