You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
862B

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