Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

61 line
1.6KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifiers.R
  3. \name{bulma_typography}
  4. \alias{bulma_typography}
  5. \title{Bulma Typography Helper Classes}
  6. \usage{
  7. bulma_typography(
  8. size = NULL,
  9. color = NULL,
  10. responsive_size = NULL,
  11. alignment = NULL,
  12. responsive_alignment = NULL,
  13. transformation = NULL,
  14. weight = NULL,
  15. font_family = NULL
  16. )
  17. }
  18. \arguments{
  19. \item{size}{One of 1 through 7 (large to small)}
  20. \item{responsive_size}{See \code{\link[=bulma_responsive_size]{bulma_responsive_size()}}.}
  21. \item{alignment}{One of "centered", "justified", "left", "right"}
  22. \item{transformation}{One (or more) of "capitalized", "lowercase", "uppercase", "italic"}
  23. \item{weight}{One of "light", "normal", "semibold", "bold"}
  24. \item{font_family}{One of "sans-serif", "monospace", "primary", "secondary", "code".
  25. (Coming in version 0.7.3.)}
  26. \item{text}{One of "white", "black", "light", "dark", "primary", "info",
  27. "link", "success", "warning", "danger", "black-bis", "black-ter",
  28. "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
  29. "white-ter", "white-bis"}
  30. }
  31. \value{
  32. String of modifer classes
  33. }
  34. \description{
  35. Bulma Typography Helper Classes
  36. }
  37. \examples{
  38. bulma_color("white", "black")
  39. bulma_color("white", "primary")
  40. }
  41. \references{
  42. \url{https://bulma.io/documentation/modifiers/typography-helpers/}
  43. }
  44. \seealso{
  45. Other Bulma modifiers:
  46. \code{\link{bulma_color}()},
  47. \code{\link{bulma_helper}()},
  48. \code{\link{bulma_modifier}()},
  49. \code{\link{bulma_responsive_alignment}()},
  50. \code{\link{bulma_responsive_size}()},
  51. \code{\link{bulma_responsive}()}
  52. }
  53. \concept{Bulma modifiers}