Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

32 rindas
957B

  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(size = NULL, width = NULL, offset = NULL,
  8. narrow = NULL, class = NULL, style = NULL)
  9. }
  10. \arguments{
  11. \item{size}{One of "full", "four-fifths", "three-quarters", "two-thirds",
  12. "three-fifths", "half", "two-fifths", "one-third", "one-quarter",
  13. "one-fifth"}
  14. \item{width}{Column width in terms of the 12 grid units, i.e. 1-12.}
  15. \item{offset}{Column offset, one of \code{size} or \code{width}}
  16. \item{narrow}{Use \code{\link[=bulma_column_narrow]{bulma_column_narrow()}} to construct options}
  17. \item{class}{Extra classes that should be applied to the \code{columns} container.}
  18. \item{style}{CSS styles applied to the \code{columns} container.}
  19. }
  20. \description{
  21. Bulma Column Options
  22. }
  23. \examples{
  24. bulma_column_options(size = "half", offset = "one-quarter")
  25. }