Description Usage Arguments Functions See Also
View source: R/bulma-content.R
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.
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
)
|
... |
(tags) content |
size |
(string) relative sizing for all the content |
tag |
(fn) default HTML tag |
width |
(int) code width in characters, defaults to 80L. |
bulma_markdown
: Markdown Content in Bulma
bulma_code
: code block
Other Bulma Elements:
bulma_block()
,
bulma_box()
,
bulma_button()
,
bulma_icon()
,
bulma_image()
,
bulma_notification()
,
bulma_progress_bar()
,
bulma_table()
,
bulma_tag()
,
bulma_title()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.