bulma_text: Bulma Text Modifiers

Description Usage Arguments Functions See Also

Description

These classes modify the text inside the elements.

Typography Helpers

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
bulma_text_transform(
  tag,
  transform = c("capitalized", "lowercase", "uppercase", "italic", "underlined")
)

bulma_text_weight(
  tag,
  weight = c("light", "normal", "medium", "semibold", "bold")
)

bulma_text_family(
  tag,
  family = c("sans-serif", "monospace", "primary", "secondary", "code")
)

bulma_text_size(
  tag,
  size = 1:7,
  breakpoint = c("mobile", "touch", "tablet", "desktop", "widescreen", "fullhd")
)

Arguments

tag

(tag) tag to be modified

transform

(string) text transformation

weight

(string) font weight

family

(string) font family used

size

(int) largest (1) to smallest (7).

breakpoint

(str) breakpoint applicable

Functions

See Also

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


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