Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

32 lines
1.0KB

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