Description Usage Arguments Functions See Also
Show/hide content depending on the width of the viewport.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | bulma_display(
tag,
display = c("block", "flex", "inline", "hidden", "inline-block", "inline-flex"),
breakpoint = c("mobile", "tablet-only", "desktop-only", "widescreen-only", "touch",
"tablet", "desktop", "widescreen", "fullhd")
)
(
tag,
breakpoint = c("mobile", "tablet-only", "desktop-only", "widescreen-only", "touch",
"tablet", "desktop", "widescreen", "fullhd")
)
bulma_invisible(tag)
|
tag |
(tag) to be modified |
display |
(string) display class |
breakpoint |
(string) If has only then applicable, otherwise that breakpoint and larger. |
bulma_display: Modifies the display class
bulma_hidden: Hides element
bulma_invisible: Adds visibility hidden
Other Bulma Modifiers:
bulma_align(),
bulma_color(),
bulma_flex(),
bulma_helpers,
bulma_modifier,
bulma_size(),
bulma_spacing(),
bulma_state(),
bulma_text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.