bulma_align: Bulma Alignment Modifier

Description Usage Arguments Functions See Also

View source: R/bulma-align.R

Description

These functions change the alignment of the text inside a container.

Usage

1
2
3
4
5
6
7
8
bulma_align(tag, align = c("left", "right", "centered"))

bulma_text_align(
  tag,
  align = c("left", "centered", "justified", "right"),
  breakpoint = c("mobile", "touch", "tablet-only", "tablet", "desktop-only", "desktop",
    "widescreen-only", "widescreen", "fullhd")
)

Arguments

tag

(tag) tag to be modified

align

(str) alignment of the text

breakpoint

(str) breakpoint applicable

Functions

See Also

Other Bulma Modifiers: bulma_color(), bulma_flex(), bulma_helpers, bulma_modifier, bulma_size(), bulma_spacing(), bulma_state(), bulma_text, bulma_visibility


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