panel: Bootstrap panel

View source: R/ui.R

panelR Documentation

Bootstrap panel

Description

Function that creates the UI of the bootstrap panel

Usage

panel(body, head = NULL, footer = NULL, collapsible = FALSE)

Arguments

body

string/shiny.tag, panel body content

head

string/shiny.tag, panel header content

footer

string/shiny.tag, panel footer content

collapsible

flag to turn on/off collapsing functionality

Value

shiny.tag of the panel

See Also

Bootstrap panels


cezarykuran/analyx.app documentation built on April 21, 2022, 3:57 a.m.