html-dependencies: HTML dependencies

html-dependenciesR Documentation

HTML dependencies

Description

These functions are used internally to load dependencies for widgets. Not all of them are exported. Below are the ones needed for package fresh.

Usage

html_dependency_awesome()

html_dependency_bttn()

html_dependency_pretty()

html_dependency_bsswitch()

html_dependency_sweetalert2(
  theme = c("sweetalert2", "minimal", "dark", "bootstrap-4", "material-ui", "bulma",
    "borderless")
)

Arguments

theme

SweetAlert theme to use.

Value

an htmlDependency.

Examples


# Use in UI or tags function

library(shiny)
fluidPage(
  html_dependency_awesome()
)


dreamRs/shinyWidgets documentation built on April 18, 2024, 12:53 p.m.