% Generated by roxygen2: do not edit by hand % Please edit documentation in R/modifiers.R \name{bulma_responsive} \alias{bulma_responsive} \title{Bulma Responsive Helper Classes} \usage{ bulma_responsive(display = NULL, viewport = NULL, only = FALSE) } \arguments{ \item{display}{One of "block", "flex", "inline", "inline-block", "inline-flex"} \item{viewport}{One of "mobile", "tablet", "touch", "desktop", "widescreen", "fullhd". See \url{https://bulma.io/documentation/modifiers/responsive-helpers/} for more information.} } \value{ A string of helper classes } \description{ Bulma Responsive Helper Classes } \examples{ bulma_responsive("flex", "tablet") bulma_responsive("flex", "widescreen", only = TRUE) } \references{ \url{https://bulma.io/documentation/modifiers/responsive-helpers/} } \seealso{ Other Bulma modifiers: \code{\link{bulma_color}()}, \code{\link{bulma_helper}()}, \code{\link{bulma_modifier}()}, \code{\link{bulma_responsive_alignment}()}, \code{\link{bulma_responsive_size}()}, \code{\link{bulma_typography}()} } \concept{Bulma modifiers}