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.

23 line
518B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/constants.R
  3. \name{bulma_constants}
  4. \alias{bulma_constants}
  5. \title{Bulma Constants}
  6. \usage{
  7. bulma_constants(
  8. variable = c("colors", "column sizes", "viewports", "alignment")
  9. )
  10. }
  11. \arguments{
  12. \item{variable}{One of "colors", "column sizes", "viewports"}
  13. }
  14. \description{
  15. Returns possible values or strings for a number of Bulma variables.
  16. }
  17. \examples{
  18. bulma_constants("colors")
  19. bulma_constants("column sizes")
  20. bulma_constants("viewports")
  21. }