R/close.R

#' Close Button
#' 
#' Button to dismiss or close a component.
#' 
#' @export 
closeButton <- \() {
  tags$button(
    type = "button",
    class = "btn-close",
    `aria-label` = "Close"
  )
}
mhanf/bsutilsmodif documentation built on May 15, 2022, 12:09 a.m.