Skip to contents

Adds modal CSS and JavaScript to enable clickable links that open content in a centered modal overlay instead of navigating to a new page.

Usage

enable_modals()

Value

HTML tags to include modal functionality

Examples

if (FALSE) { # \dontrun{
# In your dashboard page content:
enable_modals()
} # }