Returns possible values or strings for a number of Bulma variables.

bulma_constants(variable = c("colors", "column sizes", "viewports",
  "alignment"))

Arguments

variable

One of "colors", "column sizes", "viewports"

Examples

bulma_constants("colors")
#> [1] "white" "black" "light" "dark" "primary" #> [6] "info" "link" "success" "warning" "danger" #> [11] "black-bis" "black-ter" "grey-darker" "grey-dark" "grey" #> [16] "grey-light" "grey-lighter" "white-ter" "white-bis"
bulma_constants("column sizes")
#> [1] "full" "four-fifths" "three-quarters" "two-thirds" #> [5] "three-fifths" "half" "two-fifths" "one-third" #> [9] "one-quarter" "one-fifth"
bulma_constants("viewports")
#> [1] "mobile" "tablet" "touch" "desktop" "widescreen" #> [6] "fullhd"