snackbar.RdUI side function to generate the snackbar html.
snackbar(id, message, includeRemoveButton = TRUE, class = "", style = "")
| id | A length 1 character vector. The unique id of the snackbar. This needs to match up with
the |
|---|---|
| message | the text message to display in the snackbar |
| includeRemoveButton | whether or not to show the remove button on the right side of the snackbar |
| class | A length 1 character vector of CSS classes to add to the snackbar. |
| style | A length 1 character vector of CSS styles to add to the snackbar. |