# NOT RUN {
if(interactive()){
library(shiny)
shinyApp(
ui = fluidPage(
p("Some text", class = "tooltip"),
p("Some text", class = "tooltip"),
p("Some text", class = "tooltip"),
p("Some text", class = "tooltip"),
p("Some text", class = "tooltip"),
p("Some text", class = "tooltip"),
tippy_class("tooltip", content = "Hi!") # all elements with class
),
server = function(input, output) {}
)
}
# }
Run the code above in your browser using DataLab