|
- % 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{
- https://bulma.io/documentation/modifiers/responsive-helpers/
- }
- \seealso{
- Bulma modifiers
- }
|