|
- % 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, class = NULL, style = NULL,
- column_options = NULL)
- }
- \arguments{
- \item{breakpoint}{By default, columns are only activated from **tablet**
- onwards, meaning that columns are stacked on top of each other on
- **mobile**. Use `breakpoint` to set the point at which columns are spread
- out. See `viewport` option in [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{class}{Extra classes that should be applied to the `columns` container.}
-
- \item{style}{CSS styles applied to the `columns` container.}
-
- \item{column_options}{Column options to be applied to each column. Use
- [bulma_column_options()] to format.}
- }
- \description{
- Bulma Columns
- }
|