boxLabel is inserted in the label slot of box.
boxLabel(text, status, style = "default")
Label text. In practice only few letters or a number.
label color status. See https://adminlte.io/themes/AdminLTE/pages/UI/general.html. Valid statuses are defined as follows:
primary
: shinydashboardPlus:::rd_color_tag("#3c8dbc")
success
: shinydashboardPlus:::rd_color_tag("#00a65a")
info
: shinydashboardPlus:::rd_color_tag("#00c0ef")
warning
: shinydashboardPlus:::rd_color_tag("#f39c12")
danger
: shinydashboardPlus:::rd_color_tag("#f56954")
label border style: "default" (rounded angles), "circle" or "square".