Various Shiny UI widgets/components in incubator status. NOT maintained
# if devtools not alrady installed
if (require(devtools)) install.packages("devtools")
devtools::install_github("AnalytixWare/shinysky.incubator")
library(shinysky.incubator)
shinysky.incubator::run.shinysky.example()
library(shinysky.incubator)
jstree("jstree1",with(tags,ul(li("empty_folder"),li("folder1",ul(li("file1"),li("file2"))))))
observe({
print(paste0(input$jstree1,collapse=", "))
})
jscolorInput("jscolorInput1")
shinysky.incubator::run.shinysky.example()