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.

44 lines
1.2KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifiers.R
  3. \name{bulma_color}
  4. \alias{bulma_color}
  5. \title{Bulma Color Helper Classes}
  6. \usage{
  7. bulma_color(text = NULL, background = NULL)
  8. }
  9. \arguments{
  10. \item{text}{One of "white", "black", "light", "dark", "primary", "info",
  11. "link", "success", "warning", "danger", "black-bis", "black-ter",
  12. "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
  13. "white-ter", "white-bis"}
  14. \item{background}{One of "white", "black", "light", "dark", "primary",
  15. "info", "link", "success", "warning", "danger", "black-bis", "black-ter",
  16. "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
  17. "white-ter", "white-bis"}
  18. }
  19. \value{
  20. String of modifer classes
  21. }
  22. \description{
  23. Bulma Color Helper Classes
  24. }
  25. \examples{
  26. bulma_color("white", "black")
  27. bulma_color("white", "primary")
  28. }
  29. \references{
  30. \url{https://bulma.io/documentation/modifiers/color-helpers}
  31. }
  32. \seealso{
  33. Other Bulma modifiers:
  34. \code{\link{bulma_helper}()},
  35. \code{\link{bulma_modifier}()},
  36. \code{\link{bulma_responsive_alignment}()},
  37. \code{\link{bulma_responsive_size}()},
  38. \code{\link{bulma_responsive}()},
  39. \code{\link{bulma_typography}()}
  40. }
  41. \concept{Bulma modifiers}