box: Box

View source: R/box.R

boxR Documentation

Box

Description

This function creates a box which is collapsible.

Usage

box(..., title = NULL, footer = NULL, status = NULL,
  solidHeader = FALSE, background = NULL, width = 12, height = NULL,
  collapsible = TRUE, collapsed = FALSE)

Arguments

...

UI code that belongs inside of box.

title

Title of the box

footer

Text that should appear in the footer if desired

status

Status of the box (warning, normal, etc.)

collapsible

Whether the box is collapsible or not

collapsed

Whether the box is collapsed on page load by default

Examples

box(title = "Test Title", collapsible = T, uiOutput("Some Output"))

jsdeherrera/shinyBoots documentation built on March 9, 2024, 3:03 a.m.