|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/columns.R
- \name{bulma_column_options}
- \alias{bulma_column_options}
- \title{Bulma Column Options}
- \usage{
- bulma_column_options(
- size = NULL,
- width = NULL,
- offset = NULL,
- narrow = NULL,
- class = NULL,
- style = NULL
- )
- }
- \arguments{
- \item{size}{One of "full", "four-fifths", "three-quarters", "two-thirds",
- "three-fifths", "half", "two-fifths", "one-third", "one-quarter",
- "one-fifth"}
-
- \item{width}{Column width in terms of the 12 grid units, i.e. 1-12.}
-
- \item{offset}{Column offset, one of \code{size} or \code{width}}
-
- \item{narrow}{Use \code{\link[=bulma_column_narrow]{bulma_column_narrow()}} to construct options}
-
- \item{class}{Extra classes that should be applied to the \code{columns} container.}
-
- \item{style}{CSS styles applied to the \code{columns} container.}
- }
- \description{
- Bulma Column Options
- }
- \examples{
- bulma_column_options(size = "half", offset = "one-quarter")
-
- }
|