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.

39 line
920B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifiers.R
  3. \name{bulma_modifier}
  4. \alias{bulma_modifier}
  5. \title{Bulma Modifier Classes}
  6. \usage{
  7. bulma_modifier(color = NULL, size = NULL, state = NULL)
  8. }
  9. \arguments{
  10. \item{color}{"primary", "link", "info", "success", "warning", "danger"}
  11. \item{size}{"small", "medium", "large"}
  12. \item{state}{"outlined", "loading"}
  13. }
  14. \value{
  15. String of modifer classes
  16. String of modifier classes
  17. }
  18. \description{
  19. Bulma Modifier Classes
  20. }
  21. \examples{
  22. bulma_modifier(color = "primary", size = "large", state = "outlined")
  23. }
  24. \references{
  25. \url{https://bulma.io/documentation/modifiers/syntax/}
  26. }
  27. \seealso{
  28. Other Bulma modifiers: \code{\link{bulma_color}},
  29. \code{\link{bulma_helper}},
  30. \code{\link{bulma_responsive_alignment}},
  31. \code{\link{bulma_responsive_size}},
  32. \code{\link{bulma_responsive}},
  33. \code{\link{bulma_typography}}
  34. }
  35. \concept{Bulma modifiers}