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 |
|---|---|
| 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 |
| style | CSS styles applied to the |
| column_options | Column options to be applied to each column. Use
|