#' Close Button
#'
#' Button to dismiss or close a component.
#'
#' @export
closeButton <- \() {
tags$button(
type = "button",
class = "btn-close",
`aria-label` = "Close"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.