bulma_container: Bulma Containers

Description Usage Arguments Functions See Also

View source: R/bulma-container.R

Description

Containers are elements that are designed to contain other elements.

Usage

1
2
3
4
5
6
7
8
bulma_container(
  ...,
  fluid = FALSE,
  breakpoint = c("widescreen", "fullhd", "max-desktop", "max-widescreen"),
  tag = tags$div
)

bulma_section(..., spacing = c("medium", "large"), tag = tags$section)

Arguments

...

(tags) content

fluid

(flag) always stretches to maximum width without padding

breakpoint

(string) visibility rules:

  • widescreen - full width until widescreen, then caps

  • fullhd - full width until fullhd

  • max-desktop - maximum at desktop

  • max-widescreen - maximum at widescreen

tag

(fn) container tag function

spacing

(string) medium or larger spacing

Functions

See Also

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


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