bulma_visibility: Bulma

Description Usage Arguments Functions See Also

Description

Show/hide content depending on the width of the viewport.

Visibility

Usage

 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")
)

bulma_hidden(
  tag,
  breakpoint = c("mobile", "tablet-only", "desktop-only", "widescreen-only", "touch",
    "tablet", "desktop", "widescreen", "fullhd")
)

bulma_invisible(tag)

Arguments

tag

(tag) to be modified

display

(string) display class

breakpoint

(string) If has only then applicable, otherwise that breakpoint and larger.

Functions

See Also

Other Bulma Modifiers: bulma_align(), bulma_color(), bulma_flex(), bulma_helpers, bulma_modifier, bulma_size(), bulma_spacing(), bulma_state(), bulma_text


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.