Learn R Programming

nextGenShinyApps (version 2.1)

wrapper: A wrapper for panels

Description

Create a wrapper div for pannels

Usage

wrapper(
  ...,
  bg = c("default", "primary", "secondary", "warning", "info", "danger", "success")
)

Value

a container for other containers

Arguments

...

div contents

bg

background color of the wrapper

Examples

Run this code
wrapper(altPanel("hello"),mainPanel("test"))
wrapper(mainPanel("hello"),shiny::column(width=2,"test"))

Run the code above in your browser using DataLab