Description Usage Arguments Functions See Also
A multi-purpose horizontal level, which can contain almost any other element. All the elements of this level are in the same vertical position.
bulma_level() - main container
bulma_level_right() - right section of level
bulma_level_left() - left section of level
bulma_level_item() - item inside the right or left sections, but if
directly under the main container, then centered.
1 2 3 4 5 6 7 | bulma_level(..., mobile = FALSE, tag = tags$div)
bulma_level_right(..., tag = tags$div)
bulma_level_left(..., tag = tags$div)
bulma_level_item(..., tag = tags$div)
|
... |
(tags) content |
mobile |
(flag) the level is vertical on mobile unless this is TRUE. |
tag |
(fn) default HTML content |
bulma_level: main container; needs to contain
bulma_level_right(), bulma_level_left(), bulma_level_item().
bulma_level_right: right aligned section of level
bulma_level_left: left aligned section of level
bulma_level_item: bulma item; under the left, right, or directly
under the level
Other Bulma Layouts:
bulma_column(),
bulma_container(),
bulma_footer(),
bulma_hero(),
bulma_media(),
bulma_tile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.