Learn R Programming

shinydashboardPlus (version 2.0.5)

boxLabel: Create a label for box

Description

boxLabel is inserted in the label slot of box.

Usage

boxLabel(text, status, style = "default")

Arguments

text

Label text. In practice only few letters or a number.

status

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")

style

label border style: "default" (rounded angles), "circle" or "square".