modalInput | R Documentation |
modal
moduleThis module uses modals from shinyBS
to create overlaid text for the
current panel which displays when a link is clicked. Input and output
functions are placed in the output function of the calling module (see
example).
modalInput(id, label, class, icon = "info-circle")
id |
Modal ID. Must match that passed to |
label |
A label to use for the link |
class |
A class to apply to the link |
icon |
Icon used to activate modal |
This is handy, for example when adding help text.
modalInput(ns("dendro"), "help")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.