bulma_spacing: Bulma Spacing

Description Usage Arguments Functions See Also

View source: R/bulma-spacing.R

Description

Change the size and color of the tex for one or multiple viewport width.

Spacing Helpers

Usage

1
2
3
4
5
6
bulma_spacing(
  tag,
  type = c("padding", "margin"),
  size = 1L:6L,
  side = c("top", "bottom", "right", "left", "x", "y", "all")
)

Arguments

tag

(tag) to be modified

type

(string) padding or margin

size

(int) size of the spacing.

side

(string) which part to add spacing: top, bottom, right, left, x (left and right), or y (top and bottom)

Functions

See Also

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


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