include_teal_css_js {teal} | R Documentation |
Code to include teal
CSS
and JavaScript
files
Description
This is useful when you want to use the same JavaScript
and CSS
files that are
used with the teal
application.
This is also useful for running standalone modules in teal
with the correct
styles.
Also initializes shinyjs
so you can use it.
Usage
include_teal_css_js()
Details
Simply add include_teal_css_js()
as one of the UI elements.
Value
A shiny.tag.list
.
[Package teal version 0.16.0 Index]