tippy: Add a Tooltip to an Element

View source: R/tippy.R

tippyR Documentation

Add a Tooltip to an Element

Description

Add tooltips to an element.

Usage

tippy(element, content, ...)

Arguments

element

Shiny, or htmltools element, or character string.

content

Content of the tooltip.

...

Any other options from the official documentation.

See Also

official documentation

Examples

if(FALSE){
 tippy("Hover me!", content = "Hi, I'm the tooltip!")
 tippy(h3("Hello"), content = "World")
}


JohnCoene/tippy documentation built on April 16, 2023, 2:37 p.m.