SXPanel: SXPanel

Description Usage Arguments

Description

helper function to include panels in shiny apps

Usage

1
2
3
SXPanel(inputId, ..., heading = "", text_size = NULL,
  styleclass = "default", checkbox = FALSE, collapsible = FALSE,
  removeButton = FALSE, icon = NULL)

Arguments

inputId

The input slot that will be used to access the value.

...

Panel contents.

heading

Panel heading.

text_size

Size for panel heading (NULL = do not change text size, 'small' = 75% size, 'large' = 150% size).

styleclass

A Bootstrap style to apply to the button. (default, primary, success, info, warning, or danger).

checkbox

logical - add checkbox to left of panel header.

collapsible

logical - Create a collapsible panel.

removeButton

logical - Include a button to remove the panel.

icon

Name of a glyphicon icon to include to the right of panel header.


harveyl888/shinyExtra documentation built on May 17, 2019, 3:05 p.m.