|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/columns.R
- \name{bulma_columns}
- \alias{bulma_columns}
- \title{Bulma Columns}
- \usage{
- bulma_columns(..., breakpoint = "tablet", gap = NULL,
- multiline = TRUE, centered = FALSE, class = NULL, style = NULL,
- column_options = NULL)
- }
- \arguments{
- \item{breakpoint}{By default, columns are only activated from \strong{tablet}
- onwards, meaning that columns are stacked on top of each other on
- \strong{mobile}. Use \code{breakpoint} to set the point at which columns are spread
- out. See \code{viewport} option in \code{\link[=bulma_responsive]{bulma_responsive()}} for valid options.}
-
- \item{gap}{Gap between colums, integer from 0 to 8}
-
- \item{multiline}{Should columns wrap to multiple lines (allows columns whose
- width or size add up to more than the screen width).}
-
- \item{centered}{Should columns be centered on the screen?}
-
- \item{class}{Extra classes that should be applied to the \code{columns} container.}
-
- \item{style}{CSS styles applied to the \code{columns} container.}
-
- \item{column_options}{Column options to be applied to each column. Use
- \code{\link[=bulma_column_options]{bulma_column_options()}} to format.}
- }
- \description{
- Bulma Columns
- }
|