|
- % 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 `size` or `width`}
-
- \item{narrow}{Use [bulma_column_narrow()] to construct options}
-
- \item{class}{Extra classes that should be applied to the `columns` container.}
-
- \item{style}{CSS styles applied to the `columns` container.}
- }
- \description{
- Bulma Column Options
- }
- \examples{
- bulma_column_options(size = "one-half", offset = "one-quarter")
-
- }
|