shinyUI(
basicPage(
absolutePanel(
draggable = TRUE,
wellPanel(
sliderInput("tst", h1("Testing slider"),
min = 0, max = 100, value = 50, step = 1)
)
)
)
)
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/7379b623-41c2-4681-b877-88b581f0d47e%40googlegroups.com.