bulma_column: Bulma Columns

Description Usage Arguments Functions See Also

View source: R/bulma-column.R

Description

The power or flexbox in a simple interface.

Columns

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
bulma_column(
  ...,
  size = c("three-quarters", "two-thirds", "half", "one-third", "one-quarter", "full",
    "four-fifths", "three-fifths", "two-fifths", "one-fifth", 1:12),
  breakpoint = c("mobile", "tablet", "touch", "desktop", "widescreen", "fullhd"),
  multiline = FALSE,
  centered = FALSE,
  vcentered = FALSE,
  tag = tags$div
)

bulma_columns(
  ...,
  gap = 0:8,
  gapless = FALSE,
  multiline = FALSE,
  tag = tags$div
)

Arguments

...

(tags) content

size

(string) a particular size of the maximum horizontal width

breakpoint

(string) bulma column

multiline

(flag) columns can wrap

centered

(flag) horizontally centered

vcentered

(flag) vertically centered

tag

(fn) default HTML tag

gap

(int) size of the gap

gapless

(flag) no gap; same as gap = 0

Functions

See Also

Other Bulma Layouts: bulma_container(), bulma_footer(), bulma_hero(), bulma_level(), bulma_media(), bulma_tile()


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