Description Usage Arguments Functions See Also
The famous media object prevalent in social media interfaces, but useful in any context. The media object is a UI element perfect for repeatable and nestable content. You can include any Bulma component inside the media object. You can nest media objects up to 3 levels deep.
1 2 3 4 5 6 7 | bulma_media(..., tag = tags$div)
bulma_media_right(..., tag = tags$div)
bulma_media_left(..., tag = tags$div)
bulma_media_content(..., tag = tags$div)
|
... |
(tags) content |
tag |
(fn) default HTML content |
bulma_media: main container; should contain bulma_media_right(),
bulma_media_left(), bulma_media_content().
bulma_media_right: right section of media
bulma_media_left: left section of the media
bulma_media_content: middle content section ofthe media
Other Bulma Layouts:
bulma_column(),
bulma_container(),
bulma_footer(),
bulma_hero(),
bulma_level(),
bulma_tile()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.