mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-01 18:24:54 -05:00
19 lines
334 B
R
19 lines
334 B
R
\name{wellPanel}
|
|
\alias{wellPanel}
|
|
\title{Create a well panel}
|
|
\usage{
|
|
wellPanel(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{UI elements to include inside the panel.}
|
|
}
|
|
\value{
|
|
The newly created panel.
|
|
}
|
|
\description{
|
|
Creates a panel with a slightly inset border and grey
|
|
background. Equivalent to Bootstrap's \code{well} CSS
|
|
class.
|
|
}
|
|
|