mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 18:55:22 -05:00
16 lines
326 B
R
16 lines
326 B
R
\name{columnLayout}
|
|
\alias{columnLayout}
|
|
\title{Layout a set of columns}
|
|
\usage{
|
|
columnLayout(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{Columns to include within the layout}
|
|
}
|
|
\description{
|
|
Layout a set of columns created using the
|
|
\code{\link{column}} function. The widths of the columns
|
|
should total no more than 12 units.
|
|
}
|
|
|