bulma_columns.RdBulma Columns
bulma_columns(..., breakpoint = "tablet", gap = NULL, multiline = TRUE, class = NULL, style = NULL, column_options = NULL)
| 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. |
|---|---|
| gap | Gap between colums, integer from 0 to 8 |
| multiline | Should columns wrap to multiple lines (allows columns whose width or size add up to more than the screen width). |
| class | Extra classes that should be applied to the `columns` container. |
| style | CSS styles applied to the `columns` container. |
| column_options | Column options to be applied to each column. Use [bulma_column_options()] to format. |