Navbar menu input
- Include this custom input binding.
tabler_custom_js <- htmlDependency(
name = "tabler-bindings",
version = "1.0.7",
src = "tabler",
package = "OSUICode",
script = "input-bindings/navbarMenuBinding.js"
)
add_tabler_deps <- function(tag) {
# below, the order is of critical importance!
deps <- list(bs4_deps, tablers_deps, tabler_custom_js)
attachDependencies(tag, deps, append = TRUE)
}
Let’s RUN example 3