mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-02 02:34:57 -05:00
18 lines
301 B
R
18 lines
301 B
R
\name{pullLeft}
|
|
\alias{pullLeft}
|
|
\alias{pullRight}
|
|
\title{Pull elements left or right}
|
|
\usage{
|
|
pullLeft(element)
|
|
|
|
pullRight(element)
|
|
}
|
|
\arguments{
|
|
\item{element}{Element to pull left or right}
|
|
}
|
|
\description{
|
|
Pull an element to the left or right side of a
|
|
\code{\link{horizontalLayout}}.
|
|
}
|
|
|