| html-dependencies {shinyWidgets} | R Documentation |
These functions are used internally to load dependencies for widgets. Not all of them are exported. Below are the ones needed for package fresh.
html_dependency_awesome() html_dependency_bttn() html_dependency_pretty() html_dependency_bsswitch()
an htmlDependency.
# Use in UI or tags function library(shiny) fluidPage( html_dependency_awesome() )