etiennebacher / prompter

Add tooltips in Shiny apps with hint.css
https://prompter.etiennebacher.com/
Other
41 stars 1 forks source link

find a way to specify prompter options only once #6

Closed etiennebacher closed 2 years ago

etiennebacher commented 3 years ago

e.g

options(
  prompter_rounded = FALSE,
  prompter_size = "medium",
  etc.
)
etiennebacher commented 2 years ago

just wrap add_prompt() in a custom function, see docs