infoTooltip | R Documentation |
Text with tooltip
infoTooltip(
title,
info,
icon = "info-circle",
containerStyle = "",
iconStyle = "",
tooltipStyle = ""
)
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 |
None
infoTooltip("Information", info = "This a content of tooltip", icon = "cloud")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.