Description Usage Arguments Functions See Also
View source: R/bulma-message.R
Colored message blocks, to emphasize part of your page.
bulma_message()
- main container
bulma_message_header()
- header of the message; can be skipped
bulma_message_body()
- body of the message; must exist
1 2 3 4 5 6 7 8 9 10 11 | bulma_message(
...,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark"),
size = c("small", "normal", "medium", "large"),
tag = tags$article
)
bulma_message_header(..., tag = tags$div)
bulma_message_body(..., tag = tags$div)
|
... |
(tags) content |
color, size |
styling parameters |
tag |
default HTML tag |
bulma_message
: main container
bulma_message_header
: header; can be skipped
bulma_message_body
: body; cannot be skipped
Other Bulma Components:
bulma_breadcrumb()
,
bulma_card()
,
bulma_dropdown()
,
bulma_menu()
,
bulma_modal()
,
bulma_navbar()
,
bulma_pagination()
,
bulma_panel()
,
bulma_tabs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.