mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-03 19:25:15 -05:00
16 lines
341 B
R
16 lines
341 B
R
\name{containerPanel}
|
|
\alias{containerPanel}
|
|
\title{Create a container panel}
|
|
\usage{
|
|
containerPanel(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{Elements to include within the container}
|
|
}
|
|
\description{
|
|
Create a container that includes one or more rows of
|
|
content (each element passed to the container will appear
|
|
on it's own line in the UI)
|
|
}
|
|
|