Description Usage Arguments Functions See Also
The power or flexbox in a simple interface.
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
)
|
... |
(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 |
bulma_column
: standard column; very flexible interface
bulma_columns
: a set of columns
Other Bulma Layouts:
bulma_container()
,
bulma_footer()
,
bulma_hero()
,
bulma_level()
,
bulma_media()
,
bulma_tile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.