Copied from shiny::actionButton, but provide support for status
1 2 3 4 5 6 7 8 | actionButtonStatus(
inputId,
label,
icon = NULL,
width = NULL,
status = "default",
...
)
|
status |
Button color: "primary", "danger", "info", "success", "warning", "secondary", "dark" or "light" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.