panel: Panel component for shiny panels layout

View source: R/panels.R

panelR Documentation

Panel component for shiny panels layout

Description

Panel component for shiny panels layout

Usage

panel(
  head = NULL,
  body = NULL,
  footer = NULL,
  title = NULL,
  header_right = NULL,
  color = "malibu",
  id = NULL,
  collapsed = FALSE,
  can_collapse = TRUE,
  width = NULL,
  hidden = FALSE,
  ...
)

Arguments

head

html for the panel header

body

html tag list for panel body contents

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

show_footer

include footer

Value

None

Examples

panel(title = "My title")


datasketch/dsAppLayout documentation built on Feb. 1, 2023, 4:25 a.m.