Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

38 lines
969B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/columns.R
  3. \name{bulma_column_options}
  4. \alias{bulma_column_options}
  5. \title{Bulma Column Options}
  6. \usage{
  7. bulma_column_options(
  8. size = NULL,
  9. width = NULL,
  10. offset = NULL,
  11. narrow = NULL,
  12. class = NULL,
  13. style = NULL
  14. )
  15. }
  16. \arguments{
  17. \item{size}{One of "full", "four-fifths", "three-quarters", "two-thirds",
  18. "three-fifths", "half", "two-fifths", "one-third", "one-quarter",
  19. "one-fifth"}
  20. \item{width}{Column width in terms of the 12 grid units, i.e. 1-12.}
  21. \item{offset}{Column offset, one of \code{size} or \code{width}}
  22. \item{narrow}{Use \code{\link[=bulma_column_narrow]{bulma_column_narrow()}} to construct options}
  23. \item{class}{Extra classes that should be applied to the \code{columns} container.}
  24. \item{style}{CSS styles applied to the \code{columns} container.}
  25. }
  26. \description{
  27. Bulma Column Options
  28. }
  29. \examples{
  30. bulma_column_options(size = "half", offset = "one-quarter")
  31. }