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.

22 satır
516B

  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(variable = c("colors", "column sizes", "viewports",
  8. "alignment"))
  9. }
  10. \arguments{
  11. \item{variable}{One of "colors", "column sizes", "viewports"}
  12. }
  13. \description{
  14. Returns possible values or strings for a number of Bulma variables.
  15. }
  16. \examples{
  17. bulma_constants("colors")
  18. bulma_constants("column sizes")
  19. bulma_constants("viewports")
  20. }