bulma_content: Bulma Content

Description Usage Arguments Functions See Also

View source: R/bulma-content.R

Description

A single class to handle WYSIWYG generated content, where only HTML tags are available. When you can't use the CSS classes you want, or when you just want to directly use HTML tags, use this element.

Content

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
bulma_content(
  ...,
  size = c("small", "medium", "large", "normal"),
  tag = tags$div
)

bulma_markdown(
  ...,
  size = c("small", "medium", "large", "normal"),
  tag = tags$div
)

bulma_code(
  ...,
  width = 80,
  size = c("small", "medium", "large", "normal"),
  tag = tags$pre
)

Arguments

...

(tags) content

size

(string) relative sizing for all the content

tag

(fn) default HTML tag

width

(int) code width in characters, defaults to 80L.

Functions

See Also

Other Bulma Elements: bulma_block(), bulma_box(), bulma_button(), bulma_icon(), bulma_image(), bulma_notification(), bulma_progress_bar(), bulma_table(), bulma_tag(), bulma_title()


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