Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

41 linhas
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(
  8. ...,
  9. breakpoint = "tablet",
  10. gap = NULL,
  11. multiline = TRUE,
  12. centered = FALSE,
  13. class = NULL,
  14. style = NULL,
  15. column_options = NULL
  16. )
  17. }
  18. \arguments{
  19. \item{breakpoint}{By default, columns are only activated from \strong{tablet}
  20. onwards, meaning that columns are stacked on top of each other on
  21. \strong{mobile}. Use \code{breakpoint} to set the point at which columns are spread
  22. out. See \code{viewport} option in \code{\link[=bulma_responsive]{bulma_responsive()}} for valid options.}
  23. \item{gap}{Gap between colums, integer from 0 to 8}
  24. \item{multiline}{Should columns wrap to multiple lines (allows columns whose
  25. width or size add up to more than the screen width).}
  26. \item{centered}{Should columns be centered on the screen?}
  27. \item{class}{Extra classes that should be applied to the \code{columns} container.}
  28. \item{style}{CSS styles applied to the \code{columns} container.}
  29. \item{column_options}{Column options to be applied to each column. Use
  30. \code{\link[=bulma_column_options]{bulma_column_options()}} to format.}
  31. }
  32. \description{
  33. Bulma Columns
  34. }