bs4Alert | R Documentation |
Create a bootstrap 4 Alert box
bs4Alert(..., status = "primary", style = NULL, id = NULL, width = 6)
... |
Contents of the box. |
status |
The status of the item. This determines the item's background color. Valid statuses are defined as follows:
|
style |
|
id |
Card id. |
width |
The width of the box, using the Bootstrap grid system. This is
used for row-based layouts. The overall width of a region is 12, so the
default card width of 6 occupies 1/2 of that width. For column-based
layouts, use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.