bulma_message: Bulma Message

Description Usage Arguments Functions See Also

View source: R/bulma-message.R

Description

Colored message blocks, to emphasize part of your page.

Message

Usage

 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)

Arguments

...

(tags) content

color, size

styling parameters

tag

default HTML tag

Functions

See Also

Other Bulma Components: bulma_breadcrumb(), bulma_card(), bulma_dropdown(), bulma_menu(), bulma_modal(), bulma_navbar(), bulma_pagination(), bulma_panel(), bulma_tabs()


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