Description Usage Arguments Functions See Also
View source: R/bulma-container.R
Containers are elements that are designed to contain other elements.
1 2 3 4 5 6 7 8 | bulma_container(
...,
fluid = FALSE,
breakpoint = c("widescreen", "fullhd", "max-desktop", "max-widescreen"),
tag = tags$div
)
bulma_section(..., spacing = c("medium", "large"), tag = tags$section)
|
... |
(tags) content |
fluid |
(flag) always stretches to maximum width without padding |
breakpoint |
(string) visibility rules:
|
tag |
(fn) container tag function |
spacing |
(string) medium or larger spacing |
bulma_container
: simple container with horizontally centered content.
bulma_section
: The section components are simple layout elements with responsive padding.
They are best used as direct children of body.
Other Bulma Layouts:
bulma_column()
,
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.