alert: Alert

alertR Documentation

Alert

Description

Alert

Usage

alert(..., id = NULL, class = "")

Arguments

...

Content of alert.

id

ID of alert useful to toggle from server with alert_show() or alert_hide().

class

Additional classes, e.g.: alert-success.

Examples

alert(
  alertHeading("Header!"),
  shiny::p("Some content")
)


JohnCoene/bsutils documentation built on June 15, 2024, 3:21 a.m.