wrapper {nextGenShinyApps}R Documentation

A wrapper for panels

Description

Create a wrapper div for pannels

Usage

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

Arguments

...

div contents

bg

background color of the wrapper

Value

a container for other containers

Examples

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

[Package nextGenShinyApps version 2.1 Index]