alert: Alert boxes

View source: R/alert.R

alertR Documentation

Alert boxes

Description

Use an alert element to let the user know of successes or to call attention to problems.

Usage

alert(..., dismissible = TRUE, fade = TRUE)

Arguments

...

Character strings specifying the text of the alert or additional named arguments passed as HTML attributes to the alert element.

dismissible

One of TRUE or FALSE specifying if the alert may be dismissed by the user, defaults to TRUE.

fade

One of TRUE or FALSE specifying if the alert fades out or immediately disappears when dismissed, defaults to TRUE.

See Also

Other components: badge(), blockquote(), collapsePane(), d1(), dropdown(), img(), jumbotron(), modal(), pre(), toast()


nteetor/yonder documentation built on June 12, 2025, 3:49 a.m.