bulma_level: Bulma Level

Description Usage Arguments Functions See Also

View source: R/bulma-level.R

Description

A multi-purpose horizontal level, which can contain almost any other element. All the elements of this level are in the same vertical position.

Level

Usage

1
2
3
4
5
6
7
bulma_level(..., mobile = FALSE, tag = tags$div)

bulma_level_right(..., tag = tags$div)

bulma_level_left(..., tag = tags$div)

bulma_level_item(..., tag = tags$div)

Arguments

...

(tags) content

mobile

(flag) the level is vertical on mobile unless this is TRUE.

tag

(fn) default HTML content

Functions

See Also

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


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