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.

37 lines
1.0KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/modifiers.R
  3. \name{bulma_responsive}
  4. \alias{bulma_responsive}
  5. \title{Bulma Responsive Helper Classes}
  6. \usage{
  7. bulma_responsive(display = NULL, viewport = NULL, only = FALSE)
  8. }
  9. \arguments{
  10. \item{display}{One of "block", "flex", "inline", "inline-block", "inline-flex"}
  11. \item{viewport}{One of "mobile", "tablet", "touch", "desktop", "widescreen",
  12. "fullhd". See \url{https://bulma.io/documentation/modifiers/responsive-helpers/}
  13. for more information.}
  14. }
  15. \value{
  16. A string of helper classes
  17. }
  18. \description{
  19. Bulma Responsive Helper Classes
  20. }
  21. \examples{
  22. bulma_responsive("flex", "tablet")
  23. bulma_responsive("flex", "widescreen", only = TRUE)
  24. }
  25. \references{
  26. \url{https://bulma.io/documentation/modifiers/responsive-helpers/}
  27. }
  28. \seealso{
  29. Other Bulma modifiers: \code{\link{bulma_color}},
  30. \code{\link{bulma_helper}}, \code{\link{bulma_modifier}},
  31. \code{\link{bulma_responsive_alignment}},
  32. \code{\link{bulma_responsive_size}},
  33. \code{\link{bulma_typography}}
  34. }
  35. \concept{Bulma modifiers}