mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-29 08:48:13 -05:00
I first attempted to remove \code, but I couldn't figure out how to get the # in the URL to work right under both web-based help and PDF.
19 lines
342 B
R
19 lines
342 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 Twitter Bootstrap's \code{well}
|
|
CSS class.
|
|
}
|
|
|