Description Usage Arguments Functions See Also
View source: R/bulma-notification.R
Bold notification blocks, to alert your users of something. The notification is a simple colored block meant to draw the attention to the user about something. As such, it can be used as a pinned notification in the corner of the viewport. That's why it supports the use of the delete element.
1 2 3 4 5 6 7 | bulma_notification(
...,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark"),
light = FALSE,
tag = tags$div
)
|
... |
(tags) content |
color, light |
styling parameters |
tag |
(fn) default HTML tag |
bulma_notification
: main notification container
Other Bulma Elements:
bulma_block()
,
bulma_box()
,
bulma_button()
,
bulma_content()
,
bulma_icon()
,
bulma_image()
,
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.