Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

28 lines
848B

  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(..., 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
  22. }