| ds_popover | R Documentation |
Create a popover using Designsystemet styles.
ds_popover(..., variant = NULL, class = NULL)
... |
Popover content |
variant |
Popover variant ("default", "tinted") |
class |
Additional CSS classes |
A Shiny tag object
ds_popover("Helpful information about this field.")
ds_popover("Highlighted note", variant = "tinted")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.