R/InfoPopover.R

Defines functions InfoPopover

Documented in InfoPopover

#' Info Popover
#' 
#' Provides a icon that shows a popover with children when clicked.
#' @param ... Children to include in the popover.
#' @export
#' @examples
#' component_example(InfoPopover("Hi", "Hello"))
InfoPopover <- function(...) {
    IconPopover(..., Icon = shiny.mui::InfoIcon())
}
QuartzSoftwareLLC/shiny.quartz documentation built on Aug. 29, 2023, 9:18 a.m.