bulma_media: Bulma Media Object

Description Usage Arguments Functions See Also

View source: R/bulma-media.R

Description

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.

Media Object

Usage

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)

Arguments

...

(tags) content

tag

(fn) default HTML content

Functions

See Also

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


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