inst/examples/boxes/label_box.R

label_box <- 'box(
  title = "Closable box, with label", 
  closable = TRUE, 
  width = 12,
  label = boxLabel(1, status = "danger"),
  solidHeader = FALSE, 
  collapsible = TRUE,
  p("Box Content")
)'

Try the shinydashboardPlus package in your browser

Any scripts or data that you put into this service are public.

shinydashboardPlus documentation built on Sept. 16, 2021, 1:06 a.m.