bulma_tile: Bulma Tile

Description Usage Arguments Functions See Also

View source: R/bulma-tile.R

Description

A single tile element to build 2-dimensional Metro-like, Pinterest-like, or whatever-you-like grids.

Documentation

Usage

 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)

Arguments

...

content

vertical

(flag) arrange the contents as vertical

size

(int) horizontal size from 1L to 12L.

role

(string) what role this tile plays

tag

(tag) tag function (<div>)

Functions

See Also

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


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