R/dependencies.R

Defines functions muiDependency

Documented in muiDependency

#' Mui Dependency
#' Used to source the material ui Library
#' @export
muiDependency <- function() {
  htmltools::htmlDependency(
    name = "mui",
    version = "0.1.0",
    package = "shiny.mui",
    src = "www",
    script = "mui.js"
  )
}
QuartzSoftwareLLC/shiny.mui documentation built on Aug. 25, 2022, 8:49 p.m.