infoTooltip: Text with tooltip

View source: R/infoTooltip.R

infoTooltipR Documentation

Text with tooltip

Description

Text with tooltip

Usage

infoTooltip(
  title,
  info,
  icon = "info-circle",
  containerStyle = "",
  iconStyle = "",
  tooltipStyle = ""
)

Arguments

title

Text

info

Message which appears when a cursor is positioned over an icon

icon

HTML name of icon

containerStyle

CSS styles for the container div

iconStyle

CSS styles for the icon

tooltipStyle

CSS styles for the tooltip

Value

None

Examples

infoTooltip("Information", info = "This a content of tooltip", icon = "cloud")


datasketch/shinypanels documentation built on June 18, 2024, 4:29 a.m.