panel: Panel component for shiny panels layout

Description Usage Arguments Value Examples

View source: R/panels.R

Description

Panel component for shiny panels layout

Usage

1
2
3
panel(head = NULL, body = NULL, show_footer = TRUE, footer = NULL,
  title = NULL, color = "malibu", id = NULL, collapsed = FALSE,
  width = NULL, ...)

Arguments

head

html for the panel header

body

html tag list for panel body contents

show_footer

include footer

footer

footer contents

title

panel title

color

color name as defined in custom css

id

panel div id

collapsed

panel starts as collapsed

width

panel width in pixels

...

html list contents for the panel

Value

None

Examples

1
panel(title = "My title")

shinypanels documentation built on Jan. 26, 2020, 5:06 p.m.