bulma_responsive.RdBulma Responsive Helper Classes
bulma_responsive(display = NULL, viewport = NULL, only = FALSE)
| 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. |
A string of helper classes
https://bulma.io/documentation/modifiers/responsive-helpers/
bulma_responsive("flex", "tablet")#> [1] "is-flex-tablet-"bulma_responsive("flex", "widescreen", only = TRUE)#> [1] "is-flex-widescreen-only"