Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

34 Zeilen
1.2KB

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