This module uses Shiny's modalDialog() to create overlaid text for the
current panel which displays when a link is clicked. The link is placed in
the output function of the calling module, and the modal is shown by
modalServer() in the calling module's server function (see example).
Arguments
- id
Modal ID. Must match that passed to
modalServer- label
A label to use for the link
- class
A class to apply to the link
- icon
Icon used to activate modal
- tooltip
Hover/focus hint describing where the link leads, shown via
bslib::tooltip()
