mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-19 02:44:45 -05:00
20 lines
438 B
R
20 lines
438 B
R
\name{horizontalLayout}
|
|
\alias{horizontalLayout}
|
|
\title{Layout UI elements horizontally}
|
|
\usage{
|
|
horizontalLayout(...)
|
|
}
|
|
\arguments{
|
|
\item{...}{Elements to include within the container}
|
|
}
|
|
\description{
|
|
Create a container that includes several elements laid
|
|
out side-by-side.
|
|
}
|
|
\details{
|
|
To force elements to the left or right of the container
|
|
you can use the \code{\link{pullLeft}} and
|
|
\code{\link{pullRight}} functions.
|
|
}
|
|
|