Bulma Responsive Helper Classes

bulma_responsive(display = NULL, viewport = NULL, only = FALSE)

Arguments

display

One of "block", "flex", "inline", "inline-block", "inline-flex"

viewport

One of "mobile", "tablet", "touch", "desktop", "widescreen", "fullhd". See <https://bulma.io/documentation/modifiers/responsive-helpers/> for more information.

Value

A string of helper classes

References

https://bulma.io/documentation/modifiers/responsive-helpers/

Examples

bulma_responsive("flex", "tablet")
#> [1] "is-flex-tablet-"
bulma_responsive("flex", "widescreen", only = TRUE)
#> [1] "is-flex-widescreen-only"