Learn R Programming

teal (version 0.16.0)

include_teal_css_js: 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()

Arguments

Value

A shiny.tag.list.

Details

Simply add include_teal_css_js() as one of the UI elements.