shiny tooltips using bslib

r
dbplyr
Auteur

Simon Coulombe

Date de publication

16 août 2024

from : https://rstudio.github.io/bslib/articles/tooltips-popovers/index.html

Input labels

Input labels are great place to apply what we learned in icons. They’re already a common place to provide information about an input, so adding a tooltip or popover to them is a natural place to provide additional context.

textInput(
  inputId = "txt",
  label = tooltip(
    trigger = list(
      "Input label",
      bs_icon("info-circle")
    ),
    "Tooltip message"
  )
)

Réutilisation

Citation

BibTeX
@online{coulombe2024,
  author = {Coulombe, Simon},
  title = {shiny tooltips using bslib},
  date = {2024-08-16},
  url = {https://aidememoire.netlify.app/rstats/shiny_tooltip.html},
  langid = {fr}
}
Veuillez citer ce travail comme suit :
Coulombe, Simon. 2024. “shiny tooltips using bslib.” August 16, 2024. https://aidememoire.netlify.app/rstats/shiny_tooltip.html.