Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

32 lines
903B

  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 `size` or `width`}
  16. \item{narrow}{Use [bulma_column_narrow()] to construct options}
  17. \item{class}{Extra classes that should be applied to the `columns` container.}
  18. \item{style}{CSS styles applied to the `columns` container.}
  19. }
  20. \description{
  21. Bulma Column Options
  22. }
  23. \examples{
  24. bulma_column_options(size = "half", offset = "one-quarter")
  25. }