#' 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"
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.