Description Usage Arguments Functions See Also
A single tile element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids.
Start with an ancestor tile that will wrap all other tiles.
Add tile elements that will distribute themselves horizontally.
You can resize any tile horizontally according to a 12 column grid.
You can switch it vertically.
If you want it to contain something, make it a parent and add a child tile.
1 2 3 4 5 6 7 8 9 10 11 12 13 | bulma_tile(
...,
vertical = FALSE,
size = 1:12,
role = c("ancestor", "parent", "child"),
tag = tags$div
)
bulma_tile_ancestor(..., vertical = FALSE, size = 1:12, tag = tags$div)
bulma_tile_parent(..., vertical = FALSE, size = 1:12, tag = tags$div)
bulma_tile_child(..., vertical = FALSE, size = 1:12, tag = tags$div)
|
... |
content |
vertical |
(flag) arrange the contents as vertical |
size |
(int) horizontal size from |
role |
(string) what role this tile plays |
tag |
(tag) tag function ( |
bulma_tile
: default tile container
bulma_tile_ancestor
: Ancestor tile
bulma_tile_parent
: Parent tile
bulma_tile_child
: Child tile
Other Bulma Layouts:
bulma_column()
,
bulma_container()
,
bulma_footer()
,
bulma_hero()
,
bulma_level()
,
bulma_media()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.