R/tippy.R
tippy.Rd
Add tooltips to an element.
tippy(element, content, ...)
Shiny, or htmltools element, or character string.
Content of the tooltip.
Any other options from the official documentation.
official documentation
library(shiny) tippy("Hover me!", content = "Hi, I'm the tooltip!") tippy(h3("Hello"), content = "World")