bulma_notification: Bulma Notification

Description Usage Arguments Functions See Also

View source: R/bulma-notification.R

Description

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.

Notification

Usage

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
)

Arguments

...

(tags) content

color, light

styling parameters

tag

(fn) default HTML tag

Functions

See Also

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


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